• 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
Problems building project after CVS initial check-in
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems building project after CVS initial check-in


  • Subject: Problems building project after CVS initial check-in
  • From: Todd Heberlein <email@hidden>
  • Date: Sun, 8 Jul 2007 21:47:18 -0700

I just had a minor issue that others might run into, so I am posting this to the mailing list in case someone else runs into this in the future.

Observed Problem: After an initial CVS check-in and then checkout of an Xcode project, doing a "Build" failed with complaints about not finding the i386 code/symbols for a library I was linking against. (Note: I was using the instructions in the book "Step Into Xcode" for checking in and out CVS versions of a project.)

The Real Problem: The code I checked in was set up for a "Debug" build but not a "Release" build. The newly checked out version of the project somehow lost this information and was trying to do a "Release" build. (I am not sure if this is a CVS issue, and Xcode issue, or just a "fact of life" issue.)

Solution: (1) Changing the Build target back to "Debug" build solved the problem. (2) Just for thoroughness, I also updated the various build options for the "Release" version to pick up the correct paths for my library.

Todd

_______________________________________________
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: Problems building project after CVS initial check-in
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: Re: Icon creation tool
  • Next by Date: Re: Optimization flags on a per file and per platform basis
  • Previous by thread: More in Optimization flags on a per file and per platform basis
  • Next by thread: Re: Problems building project after CVS initial check-in
  • Index(es):
    • Date
    • Thread