Jeff Wigal

Results 5 comments of Jeff Wigal

It doesn't look like the error you posted actually appeared in this post. I'm also seeing an error when I call "dump_all": ``` 1.8.7 :001 > require 'memprof' Failed to...

We wanted to keep most of what was there, so we forked the original repo and just added an option for pulling in our own stylesheet. https://github.com/assignr/grape-swagger-rails

Here's what worked for me... wanted analytics without ad ID support: top level of my Podfile: $RNFirebaseAnalyticsWithoutAdIdSupport = true then... target 'MyAppName' do # use_modular_headers! # ^^^ I did not...

Understood... was able to eventually get this working by disabling Flipper (wasn't using it anyway) and re-enabling `use_frameworks! :linkage => :static`, ran into some Google Maps issues that had some...