当我尝试使用Xcode v3.1.4编译我的iPhone应用程序时会发生这种情况
这一切在世界上意味着什么? (我该如何解决?)
Processing /Users/carol/Documents/MyApp/build/Release-iphonesimulator/MyApp.app/Info.plist TabBarDemo2-Info.plist
cd /Users/carol/Documents/MyApp
setenv PATH
"/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
<com.apple.tools.info-plist-utility> TabBarDemo2-Info.plist -genpkginfo
/Users/carol/Documents/MyApp/build/Release-iphonesimulator/MyApp.app/PkgInfo -expandbuildsettings -format binary -o /Users/carol/Documents/MyApp/build/Release-iphonesimulator/MyApp.app/Info.plist
error: The file “TabBarDemo2-Info.plist” does not exist.
答案 0 :(得分:0)
这意味着您的“TabBarDemo2-info.plist”不再可用。您需要在名称“TabBarDemo2-info.plist”下创建另一个.plist,然后给它以前的属性,然后一切都应该正常工作。此外,在创建新的plist时,请执行以下操作:
添加新文件。然后转到Mac OS X&gt;资源&gt;物业清单。