Xcode can't open Info.plist — error says “there is no such file”

前端 未结 12 1298
悲&欢浪女
悲&欢浪女 2020-12-13 08:16

I switched to Xcode 4 and loaded my project, which worked perfectly in Xcode 3. When I run it, I get an error that says:

The file “Info.plist” couldn’

12条回答
  •  再見小時候
    2020-12-13 08:57

    In my case, the file was there, but malformed. If you recently edited your Info.plist in a text editor, undo that change, and retry without breaking the markup validity.

提交回复
热议问题