xcode project build successfully but when archiving: bitcode bundle could xcode project build successfully but when archiving: bitcode bundle could xcode xcode

xcode project build successfully but when archiving: bitcode bundle could


AdmobPlugin.a does not support bitcode try updating that library if its still showing this error you can disable bitcode from your Xcode project goto target setting -> Enable bitcode = NO.


Just got this error message. Went to Target -> Settings -> Enable Bitcode = NOWorks perfectly, No issues.


On Build Settings -> Other C flags, set Debug to -fembed-bitcode-marker, and Release to -fembed-bitcode. Make sure that is set for your project, and not the targets. More details check here.