Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error at launch app

Tags:

xcode

When I launch app sometimes I get this error and sometimes no:

2017-11-10 14:00:37.119701+0000 XXX[768:176399] [DYGLInitPlatform] connection to host has failed: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" 2017-11-10 14:00:37.123363+0000 XXX[768:176399] aborting: platform initialization failed (lldb)  

enter image description here

What can cause this problem ?

like image 369
OuSS Avatar asked Nov 10 '17 14:11

OuSS


People also ask

How do I enable developer apps on iPhone?

Tap Settings > General > Profiles or Profiles & Device Management. Under the "Enterprise App" heading, you see a profile for the developer. Tap the name of the developer profile under the Enterprise App heading to establish trust for this developer. Then you see a prompt to confirm your choice.


1 Answers

There could be some corrupt files in your build folder.

Try running Clean (⌘+⇧+K) and Clean build folder... ( ⌘+⇧+⌥+K ) and rebuild your application.

like image 195
Kevin R Avatar answered Sep 17 '22 14:09

Kevin R