blakgeek / cordova-plugin-flurryanalytics

Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
23 stars 29 forks source link

iOS build failure due to unsupported armv7s #20

Open zarko-tg opened 7 years ago

zarko-tg commented 7 years ago

Some projects need support for build architectures armv7, armv7s and arm64. Oddly enough armv7 is supported by this plugin (and dependencies) but not the slightly newer armv7s. As far as I can tell armv7s is needed for iPhone 5, 5c and iPad 4.

Not quite sure if this should be addressed directly by this plugin or Flurry's iOS SDK. If it's their problem I'll open the issue on https://github.com/flurry/flurry-ios-sdk.

Env: Cordova 6.5.0, Ionic CLI 2.2.3, Node 6.10.3, Xcode 8.3.2 on macOS Sierra.


ld: warning: directory not found for option '-L/Users/zarko/Library/Developer/Xcode/DerivedData/App-aviribydvbwukugzjvuejqrqvnpf/Build/Intermediates/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/Flurry-iOS-SDK' ld: file is universal (4 slices) but does not contain a(n) armv7s slice: /Users/zarko/git/app/platforms/ios/Pods/Flurry-iOS-SDK/Flurry/libFlurry_8.0.2.a file '/Users/zarko/git/app/platforms/ios/Pods/Flurry-iOS-SDK/Flurry/libFlurry_8.0.2.a' for architecture armv7s clang: error: linker command failed with exit code 1 (use -v to see invocation)