Re: Problem compiling first Cocoa app in Xcode 3.1
Re: Problem compiling first Cocoa app in Xcode 3.1
- Subject: Re: Problem compiling first Cocoa app in Xcode 3.1
- From: Dmitri Goutnik <email@hidden>
- Date: Mon, 21 Jul 2008 02:29:14 +0400
On Jul 21, 2008, at 2:00 AM, Paul Denlinger wrote:
Question: I know that there are quite a few people running Macports
for their installs. Shouldn't they be running into the same error if
Macports changes the default directories?
Paul,
I have ruby and RoR installed from Macports and it doesn't affect
Xcode in any way - there's definitely something wrong with your
installation.
The copystrings is a Ruby script that requires Ruby interpreter to be
in a specific place - /usr/bin (as its first line says: #!/usr/bin/
ruby - this is shell way of saying that the file is in fact a script
and it should be executed with specified interpreter). "No such file
or directory" errors that you are getting indicate that /usr/bin/ruby
does not exist or does not have correct permissions.
As Greg noted, please post the output of :
(1) head -n 2 /Developer/Library/Xcode/Plug-ins/
CoreBuildTasks.xcplugin/Contents/Resources/copystrings
(2) ls -l /usr/bin/ru*
- Dmitri
_______________________________________________
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