Linked Questions
24 questions linked to/from Impact of Xcode build options "Enable bitcode" Yes/No
-1 votes
1 answer
97 views
How is enabling bitcode for iPhone 5 and above beneficial? [duplicate]
Since iPhone 5 and above are 64bit (as 32 bit is deprecated),how is enabling bitcode for iPhone 5 and above beneficial if the application supports iPhone 5 and above only.
1 vote
0 answers
91 views
What is bitcode for apple iOS apps, does need to do the developer extra effort [duplicate]
I heard recently that apple for iOS apps, bitcode is the default, but optional for app thinning. Does developer need to change something in the code except the plist modification Enable Bitcode. I ...
395 votes
7 answers
187k views
New warnings in iOS 9: "all bitcode will be dropped"
I have this new warning about the Google Framework in my app: (null): URGENT: all bitcode will be dropped because '/Users/myname/Library/Mobile Documents/com~apple~CloudDocs/foldername/appname/...
285 votes
6 answers
138k views
What does ENABLE_BITCODE do in xcode 7?
I have a problem with the embedded bitcode term. What is embedded bitcode? When to enable, ENABLE_BITCODE in new Xcode? What happens to the binary when enabled, ENABLE_BITCODE in Xcode 7?
96 votes
10 answers
85k views
Xcode 7 and ENABLE_BITCODE=YES setting does not work
I have followed several threads around the new ENABLE_BITCODE setting in Xcode, have also tried as much as I can (admitted I'm not a xcode pro) but still cannot get the project to compile for use on ...
23 votes
5 answers
25k views
Estimated app's store size
After archiving an app version, on the organizer window there was a button, clicking it calculates and displays the estimated size of the app on the store. In Xcode 6.2 or later versions, that button ...
17 votes
4 answers
7k views
Xcode 7 linker issue with Google Maps SDK
I just downloaded Xcode 7 beta 4 and am trying to build my Swift 2.0 application but I am getting the following error which I can't figure out the solution to: ld: warning: -weak_framework is ...
16 votes
2 answers
14k views
Xcode takes too much time for compile bit code at time of preparing archive
I am trying to make archive but xcode get stuck at time of compile bitcode. what i have to do? Enable bitcode or disable?
5 votes
2 answers
7k views
How to fix Facebook SDK "does not contain bitcode" error?
I got below error after updating my Xcode to the latest version: ld: '/Users/mimicreative/Documents/Kerja/Backup/FacebookSDK/FBSDKMessengerShareKit.framework/FBSDKMessengerShareKit(...
6 votes
2 answers
4k views
Iphone 6 plus Simulator work OK Except for Device
I use Xcode 6.3.2 and Unity 5.1.1f1 on my mac mini. Unfortunately, I keep getting the following error message:"dyld`dyld_fatal_error" in XCode, if I try to run the app on the Iphone6 plus device, then ...
4 votes
1 answer
5k views
"libParseLib.a does not contain bitcode" error
I never had any problems when using CocoaPods up to this point (I used it a few times to integrate Parse into my iOS app). But this time I am puzzled by the message below. When I previously used ...
0 votes
2 answers
2k views
Creating iOS Framework for device and Universal configuration with bitcode enable and bitcode disable from Command Line terminal
#!/bin/sh UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/${CONFIGURATION}-universal # make sure the output directory exists mkdir -p "${UNIVERSAL_OUTPUTFOLDER}" # Step 1. Build Device and Simulator versions ...
2 votes
2 answers
1k views
Need help debugging Swift 2.3 application. Linker and Bitcode errors only on Archive
I am trying to compile a Swift application for Archive (testing build), however i'm facing a very strange and isolated error: error: Invalid bitcode version (Producer: '800.0.38.0_0' Reader: '703.0....
2 votes
1 answer
1k views
Firebase Invalid bitcode version
Is it possible to Archive a project that using some Firebase SDKs using xcode v7.3.1 ? I tried so but got this Invalid bitcode version (Producer: '800.0.38.0_0' Reader: '703.0.31_0') pod '...
0 votes
1 answer
896 views
Is there an alternative to opencore amr to convert wav to amr on iOS?
I have a project that needs to send amr files to the server. The only solution I found so far is a cocoapods library, a swift one, linked to different builds of opencore-amr library. https://github....