Reputation: 2833
I have stopped all simulator processes but still getting below error.
Restore the connection to "iPad 2" and run "APPNAME" again, or if "APPNAME" is still running, you can attach to it by selecting Debug > Attach to Process > APPNAME.
Getting this error in Xcode 6,which is not consistent,but need to build it once again.
Please drop reasons if someone knows.
Upvotes: 4
Views: 5692
Reputation: 1198
This happens when you have 2 projects open in XCode you want to debug at same time.
To reproduce the problem:
To avoid the problem:
Upvotes: 4