Xcode 没有找到 plist 虽然有一个
Xcode does not find plist although there is one
正想运行我的App,Xcode突然找不到了Info.plist。
我制作了另一个并更改了 "Build Settings" 区域中的 Plist 位置,但效果不佳。
Xcode 说:
/* 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
它是 Xcode 7
的第 5 个测试版
我认为您的 plist 路径不正确。它将是:
而不是:
例如:我的项目名称是"TestCustomNSButton" 所以路径是:
希望对您有所帮助!
我解决了!
我选择storyboard的文件Inspector,将Build for version转为Development Target。
故事板 -> 文件检查器 -> 构建 -> 项目开发目标
希望能解决您的问题!
正想运行我的App,Xcode突然找不到了Info.plist。 我制作了另一个并更改了 "Build Settings" 区域中的 Plist 位置,但效果不佳。 Xcode 说:
/* 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
它是 Xcode 7
的第 5 个测试版我认为您的 plist 路径不正确。它将是:
而不是:
例如:我的项目名称是"TestCustomNSButton" 所以路径是:
希望对您有所帮助!
我解决了!
我选择storyboard的文件Inspector,将Build for version转为Development Target。
故事板 -> 文件检查器 -> 构建 -> 项目开发目标
希望能解决您的问题!