swift : Failed to communicate with Interface Builder

前端 未结 3 497
死守一世寂寞
死守一世寂寞 2020-12-15 12:10

I\'ve just opened existing project in xcode 6 beta. But it\'s crash with following error message.

dyld: problem loading iOS simulator dyld
2014-06-05 11:15:0         


        
相关标签:
3条回答
  • 2020-12-15 12:15

    This fixes the Interface Builder issue.

    cd /Applications/Xcode.app
    cd Contents/Developer/Platforms/iPhoneSimulator.platform  
    cd Developer/SDKs/iPhoneSimulator.sdk/usr/lib  
    sudo mv dyld_sim dyld_sim.orig  
    
    0 讨论(0)
  • 2020-12-15 12:23

    Move your Xcode to Application then Check it if still problem is not solved then restart your Mac and open the xcode from the application.

    0 讨论(0)
  • 2020-12-15 12:30

    According to @ThePaddedCell, I did the following steps, it's finally worked for me

    1) Move xcode6-beta into application folder

    2) Restart mac and open xcode6-beta from application folder.

    but I don't know why.. If anyone know this reason, welcome to update my answer.

    0 讨论(0)
提交回复
热议问题