Using ARReferenceImage with ARKit in iOS 11.3 beta 2 results in "error: Exception while running actool:"
Using ARReferenceImage with ARKit in iOS 11.3 beta 2 results in "error: Exception while running actool:"
转载:
- Xcode 9.3 测试版
- iOS 11.3 测试版 2
- 按照文档 here
将 ARReferenceImages 添加到 Assets.xcassets
- 编译
结果:
错误:运行 actool 时出现异常:...
看起来像 Xcode 中的错误,其中部署目标也必须是 11.3 才能将 ARReferenceImages 与资产目录一起使用。
修复:将部署目标更改为 11.3
将命名颜色(新颜色集)添加到资产目录将解决此错误。
转载:
- Xcode 9.3 测试版
- iOS 11.3 测试版 2
- 按照文档 here 将 ARReferenceImages 添加到 Assets.xcassets
- 编译
结果: 错误:运行 actool 时出现异常:...
看起来像 Xcode 中的错误,其中部署目标也必须是 11.3 才能将 ARReferenceImages 与资产目录一起使用。
修复:将部署目标更改为 11.3
将命名颜色(新颜色集)添加到资产目录将解决此错误。