Open travisgriggs opened 5 years ago
I am also having issue while trying to install app in real device, I am getting below error :
does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
Trying to compile this in a new project, it fails. I found I had to turn on bitcode to get it to compile. The default project file should probably enable bitcode?