What's the Xcode “no such file or directory error”?

前端 未结 8 1413
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-01 06:11

Xcode keeps prompting telling me I don\'t have a certain image in the project and it errors when I try to build. If I deleted the .png Xcode is complaining about from the pr

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 06:37

    Check your project file paths. If there is a space in any of the folders, it causes this error. Simply remove spaces.

提交回复
热议问题