Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 8.3 Could not launch application process launch failed: unspecified

Tags:

xcode8

ios10.3

I have new installed Xcode 8.3 with iOS 10.3.

My application ran on iOS as expected and suddenly Xcode fails to run application on device with error:

Could not launch "My app" process launch failed: unspecified

Screenshot

It runs on Simulators and on other device mini-pad (10.2)

like image 745
snaggs Avatar asked Feb 26 '26 12:02

snaggs


1 Answers

I also have this problem when run in iOS 10.3.1 with xcode 8.3.2 Restart device, It will work well

like image 86
ChaimD Avatar answered Mar 02 '26 15:03

ChaimD