In Xcode 4.2 when I create a new branch and open it, the iOS scheme which exists in the Master is lost. Instead I have a scheme for 'Mac 64 bit."
This has happened a few times in a row and I handle it by creating a new scheme, deleting the 'Mac 64 bit' one and then renaming the new scheme to what the original was. I'd rather fix whatever is wrong though. Did I set something up wrong - some preference somewhere?
In Xcode Go to Products>Scheme>Manage Scheme and check share to share. Set absolute path everywhere. here you need to change /path/to/your/project/ with your path and testDemo with your project name. Save this answer.
An Xcode scheme defines a collection of targets to build, a configuration to use when building, and a collection of tests to execute.
I ran into the same issue and this is how I fixed it:
Product > Scheme > Manage Schemes...
on the Xcode menu. I then selected the schemes I wanted to export (i.e. Development
and Release
in my case). Finally, I chose the Export...
option after clicking on the gear icon as shown in the picture below.import
instead of export
. And voila 🙂Hope it helps! Cheers
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With