The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   Omni Frameworks (http://forums.omnigroup.com/forumdisplay.php?f=16)
-   -   Xcode 4 Customized Build Location (http://forums.omnigroup.com/showthread.php?t=20275)

jgarnham 2011-02-26 04:07 AM

Xcode 4 Customized Build Location
 
With the framework you are required to set a custom build location in Xcode 3.2.5. What is the equivalent setting for this in Xcode 4?

Tim Wood 2011-02-27 10:28 AM

You no longer need to do this in Xcode 4; it automatically segregates build products from each workspace in ~/Library/Developer/Xcode/DerivedData. Instead, you need to make a workspace with the appropriate projects as members (along with your other app/framework targets).

If you are just checking out one of the iOS sample apps, you should be able to just open it and build (since those already have project references for the frameworks and Xcode 4 follows those).

jgarnham 2011-02-28 03:34 AM

I'm getting multiple errors of missing files in even the example projects.

Is it neccesary to rebuild all the frameworks (using the script) now that I have Xcode 4 installed?

Tim Wood 2011-03-01 06:24 AM

I'd recommend building with a workspace when using Xcode 4. Our internal build scripts minimally work with Xcode 4, but these simplified ones may need some extra help. By default Xcode 4 builds each workspace into its own built output directory that is intentionally segregated from all the others. This is possibly preventing the current github source from building.

arjun 2011-09-16 03:51 AM

Customized build location
 
Hi,

As of now the application is creating in xcode installed directory but i wanted to generate where the source code folder is present

/Users/Test123/Library/Developer/Xcode/DerivedData/SampleApp-grvhozpetocxeydhunkerdavnvqm/Build/Products/Debug -- Here its creating

but i wanted to create in following path

/Users/Test123/SampleAppSourceCode/Builds/MacOS/Debug/

So please suggest where should i do modify this?

I am using xcode 4.0, earlier with xcode 3.x it was fine.

Thanks.


All times are GMT -8. The time now is 04:25 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.