Obscure Xcode build error: “The file “myapp-SBPartialInfo.plist” couldn’t be opened because there is no such file.”

前端 未结 3 1849
野性不改
野性不改 2021-01-02 23:47

I\'m getting the following error toward the end of the build:

error: could not read data from \'/Users/myname/Library/Developer/Xcode/DerivedData/myapp-ftieubjjfkuwy

3条回答
  •  既然无缘
    2021-01-03 00:19

    In my case, I resolved this by setting the Deployment Target to iOS 9.0 from iOS 8.0, as I had a UIStackView, which is not supported before iOS 9.0

提交回复
热议问题