If you try to run an app and it's already running on Simulator then Xcode throws the error.
| Originator: | vaghela.amit | ||
| Number: | rdar://15581277 | Date Originated: | 04-12-2013 |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | Xcode Version 5.0.2 (5A3005) |
| Classification: | Reproducible: | Yes |
Summary: During debugging simulator stop working if you try to run already running application. Steps to Reproduce: - Open project - Build and Run - Do some changes in the code/nib and do Build and run Expected Results: It should run the app without error dialog Actual Results: Error dialogue appear with "iOS simulator failed to install the application" Regression: Delete app and restarting simulator fix the issue Notes: None
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!
After further investigation I found that changing height, width or other values in nib does not produce this issue but adding new controls in nib produce this bug.
Making changes in code does work but making changes in nib always produce this bug.