• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Weird ending error XCode 2.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weird ending error XCode 2.1


  • Subject: Re: Weird ending error XCode 2.1
  • From: Chris Espinosa <email@hidden>
  • Date: Tue, 5 Jul 2005 20:11:35 -0700

On Jul 5, 2005, at 7:39 PM, Mark Dawson wrote:

/bin/sh -c "\"/Volumes/Panther2/myApp/build/myAppTiger.build/Development/Draw2D Tiger.build/Script-C76ADC3907EB590B00109D0D.sh\""
/Volumes/Panther2/myApp/build/myAppTiger.build/Development/myApp Tiger.build/Script-C76ADC3907EB590B00109D0D.sh: line 8: pbxbuild: command not found
find: /tmp/myAppTiger.dst/Developer/Examples/AppKit/myApp_T: No such file or directory
find: /tmp/myAppTiger.dst/Developer/Examples/AppKit/myApp_T: No such file or directory
find: /tmp/myAppTiger.dst/Developer/Examples/AppKit/myApp_T: No such file or directory
chmod: /tmp/myAppTiger.dst/Developer/Examples/AppKit/myApp_T: No such file or directory
chown: separation of user and group with a period is deprecated
chown: /tmp/myAppTiger.dst/Developer/Examples/AppKit/myApp_T: No such file or directory


I assume in converting my project from XCode 1.5, I must have screwed

Two things:

1) In Xcode 2.1, built products and intermediates are now stored per-configuration (the "Development" subdirectories in the paths above) so shell scripts that expect to find things based on ${SYMROOT} will not work right. You should use ${BUILT_PRODUCTS_DIR} instead.

2) It's possible that your script is unprepared for the spaces in "Draw2D Tiger" and "myApp Tiger" as I assume the "Tiger" part wasn't present in your Panther build.

Chris

_______________________________________________
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


  • Follow-Ups:
    • Re: Weird ending error XCode 2.1
      • From: Mark Dawson <email@hidden>
References: 
 >Weird ending error XCode 2.1 (From: Mark Dawson <email@hidden>)

  • Prev by Date: Weird ending error XCode 2.1
  • Next by Date: Re: Documentation frustrations
  • Previous by thread: Weird ending error XCode 2.1
  • Next by thread: Re: Weird ending error XCode 2.1
  • Index(es):
    • Date
    • Thread