更新到Xcode 6 beta 3后,编译器会因以下错误而崩溃:
/[Long-path-goes-here]/all-product-headers.yaml:4:13: error: Could not find closing ]!
'roots': [
^
fatal error: invalid virtual filesystem overlay file '/[Long-path-goes-here]/all-product-headers.yaml'
1 error generated.
Run Code Online (Sandbox Code Playgroud)
Dan*_*aug 38
通过执行以下操作解决:
{
'version': 0,
'case-sensitive': 'false',
'roots': []
}
在此Xcode将抱怨无法使用此错误编写文件时,这是预期的,似乎不会影响构建.编辑:对大多数人来说.如果它阻止你正在运行的尝试禁用Defines Module在Build Settings您的目标的:
Unable to write to file /Users/user/Library/Developer/Xcode/DerivedData/.. (You don’t have permission to save the file “all-product-headers.yaml” in the folder “Pods.build”.)
Run Code Online (Sandbox Code Playgroud)
请关注Apple Developer论坛上的讨论.此外,这是 CocoaPods问题跟踪器中的相关问题.
| 归档时间: |
|
| 查看次数: |
9957 次 |
| 最近记录: |