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

前端 未结 6 1658
北荒
北荒 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:35

    Try removing (you can try just moving them rather than deleting them) these user directories. Make sure your developer tools are not running when you do this.

    ~/Library/Application\ Support/iPhone\ Simulator
    ~/Library/Application\ Support/Developer
    ~/Library/Developer
    

    These directories are particular to your user.

提交回复
热议问题