Error running app on iPhone device

0

I have an app that I had already tried on the same device but I stopped running it for about two weeks, during that time I noticed that every time I tried to open it closed automatically and today when I run the project on the device again The following error appears:

Also on the cell phone the screen appears blank. The probe in the simulator and if it works.

What is the problem?

    
asked by Sebastián Varella Gmz 04.03.2017 в 20:02
source

2 answers

0

Try to clean (CMD+shift+K) , clean folder (CMD+ALT+shift+K) , build (CMD+B) and then run (CMD+R) the project again on the device.

    
answered by 05.03.2017 в 14:49
0

The console shows an error that says it could not load a library, you have to fix it, maybe reinstalling Xcode .

    
answered by 12.03.2017 в 11:44