Reputation: 1104
I am running my app first time in xcode 6.0.1 given below error occur.
Restore the connection to "iPhone 6" and run "AppName" again, or if "AppName" is still running, you can attach to it by selecting Debug > Attach to Process > AppName.
How do I solve this issue?
Upvotes: 12
Views: 8552
Reputation: 1743
Just had the same issue. I fixed it by trying a combination of:
Upvotes: 5
Reputation: 529
This is know issue of Xcode 6.1.
This is happened if you have 2 projects in XCode. Try doing following steps
Hope it will help you..
Upvotes: 2
Reputation: 69
To avoid this problem,
It worked for me.
Upvotes: 1