Xcode - duplicate Target - new Target fails to build
- by SirRatty
Hi all,
using Xcode 3.2.5 on 10.6.6 (10J521)
I have an Xcode project containing 1 Target: "MyApp". It builds and runs successfully.
As well as source and resource files, the Target contains a "Copy Files" build phase which copies "Sparkle.framework" in. The framework is in the same directory as the project.
I want to duplicate this Target. …