ios - Bitrise, Xcode9 (beta6): bitcode bundle could not be generated -
one of frameworks use fails built bitrise xcode9beta stack. must point out bitrise-specific issue. or either, bitrise/eureka issue. eureka particular instance of third-party framework.
project built on local machine, no bitcode-related issues whatsoever. whenever run ci, typical log:
❌ ld: bitcode bundle not generated because '.../frameworks/eureka.framework/eureka' built without full bitcode. frameworks , dylibs bitcode must generated xcode archive or install build file '.../frameworks/eureka.framework/eureka' architecture armv7 ❌ clang: error: linker command failed exit code 1 (use -v see invocation) i followed these guidelines: ios library bitcode
flag set.
i have tried similar settings head project/target, no avail.
any suggestions?
seems dependency (version) issue:
... built without full bitcode. frameworks , dylibs bitcode must generated ... might enough upgrade eureka dependency.
another thing xcode 9 (gm) available now, alone might help.
edit: third option; might have disable bitcode in xcode / xcodebuild command, default changed in xcode 9 configs. see e.g. https://discuss.bitrise.io/t/xcode-archive-significantly-slower-on-xcode-9-0-x-stack-compared-to-xcode-8-3-x-stack/2708/2?u=viktorbenei
without more log / info unfortunately it's quite hard certainty.
if neither help, can create issue report @ https://discuss.bitrise.io/c/issues/build-issues , bitrise team ;)

Comments
Post a Comment