xcode won't compile iOS apps, crashes when .xib or .storyboard files are opened

前端 未结 6 1663
北荒
北荒 2020-12-20 01:08

I\'m running the very latest version of xcode (4.2.1). And I\'m signed up to the ios developer program.

When I create a new iOS Application for iPhone or iPad, using

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-20 01:24

    did you installed TotalFinder?

    I had the same problem caused by TotalFinder's Asepsis feature.

    Asepsis current Version (1.1) Conflicts with Xcode 4.2 and Glims (see image). enter image description here

    The Website lists this known issue:

    Xcode 4.2, iOS 5.0 Simulator

    Some developers reported that Asepsis breaks iOS 5.0 Simulator and causes Xcode 4.2 fail in loading XIB files

    to uninstall just run this command from Terminal:

    sudo open /System/Library/Extensions/Asepsis.kext/Contents/Resources/Asepsis\ Uninstaller.app
    

提交回复
热议问题