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

前端 未结 12 1295
悲&欢浪女
悲&欢浪女 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条回答
  •  萌比男神i
    2020-12-13 08:49

    For me the issue was that the error was referring to the Info.plist from a library I was using, not the actual .plist file from the project.

    Maybe this will help someone in the future.

提交回复
热议问题