enable-bitcode

关于ios8以后BitCode一词,关于在xcode7(bate3)中报错的解决以及普及

有些话、适合烂在心里 提交于 2019-12-09 19:22:58
突然之间,你就会发现,Bitcode什么鬼???这是什么鬼? 在Apple官方文档中提到了这一段 Bitcode is an intermediate representationof a compiled program. Apps you upload to iTunes Connect that contain bitcodewill be compiled and linked on the App Store. Including bitcode will allowApple to re-optimize your app binary in the future without the need to submit anew version of your app to the store. 哈哈,看不懂的话,我帮你有道翻一下! 说的是bitcode是被编译程序的一种中间形式的代码。包含bitcode配置的程序将会在App store上被编译和链接。bitcode允许苹果在后期重新优化程序的二进制文件,而不需要重新提交一个新的版本到App store上。 翻译出来也是苦涩难懂,大致意思就是bitcode这种东西是编译程序时候,一种用来过渡用的代码形式,就像我们抛送去服务器的UTF-8代码形式一样的! 接下来再看一段! Bitcode. When you archive