Could not read data from
‘/Users/iamme/documents/XCode/myapp/myapp/myapp-Info.pList’: The file
“myapp-Info.pList” Couldn’t be opened because there is no such file.
根据Xcode can’t open Info.plist — error says “there is no such file”的建议,我去构建设置,并将正确的路径 – 我从Xcode中显示的文件路径复制和粘贴.
不幸的是,编译时我得到完全相同的信息.那么Info.pList路径在哪里存储?
更新:我已经按照建议放置相对路径,但仍然收到错误(在活动日志中提供完整的消息):
Process myapp/myapp-Info.pListProcessInfoPListfile /Users/username/library/Developer/Xcode/DerivedData/myapp-ancooijwpdbuzbbggnsalnhvckyr/Build/Products/DeBUG-iphonesimulator/myapp.app/Info.pList myapp/myapp-Info.pList cd /Users/username/documents/XCode/myapp setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhonesimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" builtin-infoPListUtility myapp/myapp-Info.pList -genpkginfo /Users/username/library/Developer/Xcode/DerivedData/myapp-ancooijwpdbuzbbggnsalnhvckyr/Build/Products/DeBUG-iphonesimulator/myapp.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -o /Users/username/library/Developer/Xcode/DerivedData/myapp-ancooijwpdbuzbbggnsalnhvckyr/Build/Products/DeBUG-iphonesimulator/myapp.app/Info.pList解决方法 不要在这里使用绝对路径,使用相对于项目文件的路径.
Xcode项目的默认布局是:
Codename.xcodeprojCodename/ Codename-Info.pList Codename-Prefix.pch
在图形上,在Finder中看起来像这样:
在这种情况下,您希望Info.pList文件为Codename / Codename-Info.pList.
在这里,我选择了Xcode项目,目标,并使用搜索栏来限制显示的设置:
最后,检查您的项目是否包含来自正确位置的info.pList文件.
总结以上是内存溢出为你收集整理的iphone – 无法从Info.plist读取全部内容,希望文章能够帮你解决iphone – 无法从Info.plist读取所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)