Problem compiling old ObjC++ example: missing 'copystrings' plugin.
Problem compiling old ObjC++ example: missing 'copystrings' plugin.
- Subject: Problem compiling old ObjC++ example: missing 'copystrings' plugin.
- From: email@hidden
- Date: Fri, 05 Dec 2008 13:12:30 -0800 (PST)
Greetings:
I'm trying to build an (Apple-supplied) Objective-C++ Xcode sample project: "Cocoa_With_Carbon_Or_C++".
This code was written with Xcode v2.4.1.
When I attempted to build this Xcode project, I got the following error:
Building target Cocoa_With_Carbon_or_C++ of project Cocoa_With_Carbon_or_C++ with configuration Debug (1 error)
The following is an abridge snippet of the building (copying) phase of the build:
..
setenv ICONV /usr/bin/iconv
..
error: can't exec '/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings' (No such file or directory)
..
Build failed (1 error)
=======
I checked the environment:
1) [/Users/Ric]ls /usr/bin/iconv
/usr/bin/iconv*
2) [/Users/Ric]ls /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/CopyStrings*
/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/CopyStringsFile.xcspec
------
All I found was the 'CopyStringsFile'; not 'CopyStrings'.
Is there a remedy here?
So I try to recreate the entire project (via source-code swap) with Xcode 3.1?
Ric.
_______________________________________________
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