I created two schemes
in a project
. Live and staging and it's working fine for my xcode
5.0. But then I updated my xcode
to 5.1. Now xcode shows schemes only on my system and when I send code to another machine in zip-format. It opens with only default scheme and Live & Staging schemes are not visible. Although it's showing build configuration
that I made to differentiate between schemes. Any ideas for this problem?
Asked
Active
Viewed 279 times
0

Abid Hussain
- 1,529
- 1
- 15
- 33
-
1You mean Xcode **5.0.2**, not **5.2**. – trojanfoe Mar 17 '14 at 14:14
-
sorry I edited it. updated it to 5.1. – Abid Hussain Mar 17 '14 at 14:16
1 Answers
1
Open scheme editor (select scheme, near stop button -> Scheme Editor) and check
Shared
for schemes you want to share then commit new files or so

sage444
- 5,661
- 4
- 33
- 60