Xcode is unable to copy file
Xcode is unable to copy file
- Subject: Xcode is unable to copy file
- From: David Dunham <email@hidden>
- Date: Thu, 17 Sep 2009 14:51:31 -0700
I'm trying to build an app that I last built maybe a year or two ago.
After I changed the SDK from 10.2.8 to 10.4 so I could use GCC 4.0, I
get this problem:
CopyStringsFile "build/Development/MyApp/Contents/Resources/GH
$Params.strings" "GH$Params.strings"
cd /Users/david/GameHouse/cgames/mac/MyApp
setenv ICONV /usr/bin/iconv
/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/
Resources/copystrings --validate --inputencoding utf-8 --
outputencoding UTF-16 GH$Params.strings --outdir /Users/david/
GameHouse/cgames/mac/MyApp/build/Development/MyApp/Contents/Resources
GH.strings: file does not exist or is not readable or is not a regular
file
/usr/bin/iconv: GH.strings: No such file or directory
Command /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/
Contents/Resources/copystrings failed with exit code 1
That's right, there's a $ in the filename. It looks like the Copy
Bundle Resources build phase is failing. If this were my script I
could probably figure out how to quote it. But it's Xcode's. Any
suggestions?
(And yes, the file does still exist a year or two later.)
David Dunham www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden