Xcode 6 beta 3: invalid virtual filesystem overlay file

前端 未结 9 1146
北荒
北荒 2020-12-05 02:30

After updating to Xcode 6 beta 3 the compiler keeps crashing with the following error:

/[Long-path-goes-here]/all-product-headers.yaml:4:13: error: Could not         


        
9条回答
  •  时光说笑
    2020-12-05 03:17

    Can fix with one shell command:

    echo "{\n\t'version': 0,\n\t'case-sensitive': 'false',\n\t'roots': []\n}" > /[Long-path-goes-here]/all-product-headers.yaml
    

    Where the path is copied out of the Xcode error.

    See Daniel Schlaug's answer for background info

提交回复
热议问题