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
Post a Comment