XCode, Swift (Domain = NSPOSIXErrorDomain, Code = 22)

后端 未结 4 1856
太阳男子
太阳男子 2020-12-30 03:58

My friend came to me with a small request of creating a video portfolio app. I thought it was a good excuse to try out Swift, which is what I did. (The app is not intended f

4条回答
  •  借酒劲吻你
    2020-12-30 04:41

    In my case, I had created the directory "Resources" absentmindedly and added it as a reference to my project. Renaming this folder, cleaning the project, and deleting the derived data (~/Library/Developer/Xcode/DerivedData/) fixed it for me.

提交回复
热议问题