Search code examples
iosxcodeplist

Xcode does not find plist although there is one


As I wanted to run my App, Xcode suddenly can not find the Info.plist. I´ve made another one and changed the Plist-location in the "Build Settings" area but does not work as well. Xcode says:

/* com.apple.ibtool.errors */ : error: The file “Info.plist” couldn’t be opened because there is no such file. Failure Reason: The file doesn’t exist. Underlying Errors: Description: The operation couldn’t be completed. No such file or directory Failure Reason: No such file or directory

Its the 5th beta of Xcode 7


Solution

  • I think your plist path is incorrect. It will to be that:

    enter image description here

    rather than:

    enter image description here

    For example: my project name is "TestCustomNSButton" so the path will be:

    enter image description here

    Hope this have helped you!