Is it possible to Copy targets from one Xcode project to another, and if so, how?
Thanks!
Is it possible to Copy targets from one Xcode project to another, and if so, how?
Thanks!
You will have to copy/paste or re-add the files to the new target/project in Xcode 8.
The Build Settings panel supports copy/paste of rows, and it'll overwrite the existing values.
You won't be able to copy/paste these settings (unless you dig around in the project file in a text editor, but I don't recommend).
It is nor really as simple as copying and pasting but you can get around it after making some changes.
Create a new target in you project that you want to copy the target to. From the existing project, go to target build phases and copy all the "Compile Sources" files.