Xcode compile error: Can't find an (old) file I used to have
Posted
by Carol
on Stack Overflow
See other posts from Stack Overflow
or by Carol
Published on 2010-05-24T02:11:31Z
Indexed on
2010/05/24
2:21 UTC
Read the original article
Hit count: 372
This is what happens when I try to compile my iPhone app with Xcode v3.1.4
What in the world does it all mean? (And how do I fix it?)
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"
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.
© Stack Overflow or respective owner