amirrajan / rubymotion-applied

RubyMotion documentation provided by the community. Submit a pull request to the docs for a free one year indie subscription.
Apache License 2.0
49 stars 9 forks source link

Flurry Cocoapod + High Sierra + OSX #40

Closed amirrajan closed 6 years ago

amirrajan commented 7 years ago

Figure out what’s causing this to not work

forrestgrant commented 7 years ago

Steps to reproduce: https://github.com/forrestgrant/cocoapods-high-sierra-bug

amirrajan commented 6 years ago

@forrestgrant could you try env experimental_dependency=1 rake clean default and see if that builds for you?

amirrajan commented 6 years ago

I was able to build and run on High Sierra + Xcode 9.0 + RM 5.3:

Rakefile:

app.pods do
  pod 'Flurry-iOS-SDK/FlurryAds'
end

rake clean:all pod:install default

>defined? FlurryAds
=>"constant"

Can you confirm @forrestgrant?