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
I think your plist path is incorrect. It will to be that:
rather than:
For example: my project name is "TestCustomNSButton" so the path will be:
Hope this have helped you!