apollographql/frontpage-ios-app

Build failed Version 10.2 (10E125)

MKGitHub opened this issue · 3 comments

same here. Pinning the pod to Apollo version 0.10.1 works for that as a solution.
pod 'Apollo', :git => 'https://github.com/apollographql/apollo-ios.git', :tag => '0.10.1'

I manged to fix it by hand:
Screenshot 2019-05-22 at 16 06 40

The build script has been updated for iOS SDK 0.13.0 and migrated to Swift 5 with #18, and the whole app has been updated with #16. Please open a new issue if you're still having problems after these changes. Thank you!