我将XR插件导入到我的Unity项目中,生成了XCode项目,然后在尝试在XCode中构建项目时遇到了一个构建错误:
ld: framework not found ARKit
clang: error: linker command failed with exit code 1 (use -v to see invocation)到目前为止,我所做的就是按照documentation中提供的说明进行操作。知道是怎么回事吗?我目前使用的是Unity 5.5.0和XCode 8.3.3。
发布于 2017-08-30 02:14:16
我查看文档链接,它显示支持XCode 9或更高版本。我刚试过,它在我的XCode 9上工作。
https://stackoverflow.com/questions/45945719
复制相似问题