我有一个使用Vuforia的Unity应用程序。我正在尝试将这个Unity应用程序嵌入到Swift项目中。我按照这里给出的指南Integrating Unity Project into Xcode Swift Project。但是,当我构建项目时,我收到此错误:
Failed to start aaa.service: Unit aaa.service not found.
这是我的<unknown>:0: error: generate-pch command failed with exit code 1 (use -v to see invocation)
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
文件
Bridging-Header.h
这是我的项目结构:
我的xcode版本是9.2,Unity版本是2017.3.1f1
有关我做错的任何建议吗?