Scott Corscadden
Scott Corscadden

Reputation: 2860

When using XCode "Source Repository->Update…", why is my current iOS device always reverted to "My Mac-64 bit"?

It's an annoyance-level thing only, as the remedy is to quit/restart Xcode and all my shared schemes seem to come back just fine. But immediately after an update (we use svn for now), if there were updates to the project.pbxproj file, the currently selected device gets replaced with "Mac 64-bit" (which is completely unrunnable, of course for an iOS project). What gives?

Upvotes: 0

Views: 264

Answers (1)

Saran
Saran

Reputation: 6392

  1. On Xcode, next to run,stop click project and Click edit scheme
  2. On the dialog on the right box info tab will be default selection, if not select it.
  3. On the dropdown next to executable, click and reselect the .app

Upvotes: 1

Related Questions