Could not attach PID iOS simulator launching error
Solution:
When you run your app if it show that could not attach PID error then follow the below steps to solve that.
You can understand that it is a cache issue.
1. So first goto derived data and delete all.
2. after that delete the app in the simulator.
3. Goto hardware reset content and settings in simulator.
4.Clean the project in Xcode.
5.Run the app it will works good.
When you run your app if it show that could not attach PID error then follow the below steps to solve that.
You can understand that it is a cache issue.
1. So first goto derived data and delete all.
2. after that delete the app in the simulator.
3. Goto hardware reset content and settings in simulator.
4.Clean the project in Xcode.
5.Run the app it will works good.
Comments
Post a Comment