Xcode编译错误:找不到我曾经拥有的(旧)文件

时间:2010-05-24 02:11:32

标签: iphone xcode linker compiler-errors

当我尝试使用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.

1 个答案:

答案 0 :(得分:0)

这意味着您的“TabBarDemo2-info.plist”不再可用。您需要在名称“TabBarDemo2-info.plist”下创建另一个.plist,然后给它以前的属性,然后一切都应该正常工作。此外,在创建新的plist时,请执行以下操作:

添加新文件。然后转到Mac OS X&gt;资源&gt;物业清单。