alamofire - iOS Framework on device bitcode not included -


i developing static library ios, in using alamofire. when try build release simulator, ok, when try build device (release or debug) following problem:

ld: bitcode bundle not generated because '/pathtomylibraryproducts/release-iphoneos/alamofire/alamofire.framework/alamofire' built without full bitcode. frameworks , dylibs bitcode must generated xcode archive or install build architecture armv7 

my framework has enabled bitcode, , fat framework (build device , simulator). how can resolve that?

found discussion may relevant

in summary following setting needed: bitcode_generation_mode=bitcode release builds , bitcode_generation_mode=marker debug builds

hope helps.

kind regards, mukund


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -