问题
When I build and run on a simulator in Xcode 7.3. I get the error could not attach to pid:"983":
Some times I'm getting this error. After trying to run 2 to 3 times it works properly. Anyone help me why I am getting this error?
回答1:
I met the same problem yesterday and solved it.
- clean the project (command+shift+k)
- restart simulator if you use it
- re-build
- run it again.
I hope it works also for you.
来源:https://stackoverflow.com/questions/37129515/xcode-7-3-error-could-not-attach-to-pid983