-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最新 iOS 14.5 适配问题 #144
Comments
有错误信息吗? |
我把根目录下 VERSION 里面的内容注释掉就可以编译 player 了。不过 iOS 的工程我就没有尝试了,因为我们项目用的还是老版本的。有空再试试。优先解决项目老版本的问题先。 |
VERSION不应该被xcode引用。不过建议有时间升级到4.0吧。3.7的维护会淡化了。 |
我也搜索了,没地方引用到,但是编译的时候就提示了。我在前面加上 '//' 就好了。 |
补充一个,iOS 模拟器编译出错。 Ld /Users/mymac/Library/Developer/Xcode/DerivedData/abc-emagvqeqftdglqdtfncdhbbghjqq/Build/Products/Debug-iphonesimulator/abc\ iOS.app/abc\ iOS normal (in target 'abc iOS' from project 'abc') |
补充一个一开始提到的问题的日志,直接编译 player3 出现以下错误。 ** 我的解决方案:** 以下是错误日志: clang: warning: argument unused during compilation: '-mfpu=vfp' [-Wunused-command-line-argument] |
最终解决方案,查找所有的 VALID_ARCHS 删除,即可从 iPhone 模拟器编译并启动。 |
macos 11.3.1
xcode 12.5
编译不通过。
The text was updated successfully, but these errors were encountered: