Mark
Mark

Reputation: 1569

In XCode 4 change output path and run mutiple targets

Is it possible to change the out put folder for where a target's executable and libraries are built to? Also is it possible to run more than one target at a time within XCode?

Upvotes: 0

Views: 201

Answers (1)

Swift Dev Journal
Swift Dev Journal

Reputation: 20088

You can change where Xcode places derived data from Xcode's Locations Preferences. Choosing File > Project Settings allows you to change the derived data location for a single project.

I don't know of any way to run multiple targets simultaneously in Xcode.

Upvotes: 1

Related Questions