Changing to llvm compiler when deploying iPhone app

拜拜、爱过 提交于 2020-03-16 09:16:33

问题


I found this:

Changing Compiler to llvm-clang on existing iPhone Project

But that does not help.

I am still getting the error. Setting the BaseSDK to the iPhoneSimulator 3.1 seems to work. But I don't think this is the right thing to do...


回答1:


If you read the answer and comments on that question, you'll see that there is not yet a version of LLVM that will target the iPhone device. You can target the iPhone Simulator using LLVM GCC, with some fiddling, because that is running on a Mac. Even though LLVM can target the ARM platform, Apple has indicated that it's not yet ready for use in deploying to the iPhone.



来源:https://stackoverflow.com/questions/1525510/changing-to-llvm-compiler-when-deploying-iphone-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!