-
Notifications
You must be signed in to change notification settings - Fork 1.3k
pod broken in 0.37.0 (proper fix) #1426
Comments
Yeah, this is flat-out a bug in CocoaPods |
Worst case you should be able to work around it by adding a dummy/empty .m file to your |
Ah, I had thought about that — thanks for the tip. |
Managed to fix this using @neonichu's workaround above. Once tests pass, I will merge this and move this ticket to b2 milestone since non-critical. @geografa @katydecorah @mapbox/mobile CocoaPods
|
Travis acting up — tests locally. |
refs #1426: add dummy source file to workaround CocoaPods 0.37.0 bug
In |
Not critical for b2; pushing for now. |
Obsoleted by #2132; we should clean up here. |
cf. mapbox-gl-native/scripts/ios/package.sh Lines 100 to 101 in c4cbe64
|
I think this is the upstream issue: CocoaPods/CocoaPods#3106
Per the changelog:
mapbox-gl-native/ios/MapboxGL.podspec
Line 25 in 24a0d77
Things work fine right now with
0.36.4
, so do this:gem uninstall cocoapods cocoapods-core
gem install cocoapods -v 0.36.4
rm -rf Podfile.lock Pods
pod install
The text was updated successfully, but these errors were encountered: