What are the effects of disabling BitCode in Xcode project settings? -


bid code default enabled on xcode project settings. dependent on few third party libraries compilation error sdk not support bitcode? if disable error gone. not know after effects of change?

enter image description here

turning off means app live on app store same way did before xcode 7 & bitcode. when it's downloaded, binary code supported architectures downloaded app store.

if turn bitcode on, intermediate representation of compiled program gets uploaded , apple able recompile and/or optimize apps future architectures (as described here).

turning off safe time being.

more information can found in related question.

and you, i'm waiting third party libraries updated bitcode support (in case, it's google analytics library).


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -