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

前端 未结 3 1856
野性不改
野性不改 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:24

    In my case the problem was that somehow the Run action in my scheme showed my app's name without the ".app" extension. Editing the scheme and picking AppName.app fixed it.

提交回复
热议问题