IOS project showing error “An internal error occurred. Editing functionality may be limited” on xcode 7.1

前端 未结 23 2121
春和景丽
春和景丽 2020-12-02 15:34

I just created one new cordova ios project via CLI, and i opened that project in Xcode 7.1 and while running on simulator am getting some error on mainViewController.xib, if

23条回答
  •  無奈伤痛
    2020-12-02 15:36

    Unfortunately, this error is pretty generic and doesn't point to an actual cause. If you look at the error report generated by Xcode, you might be able to get more context to figure out what is going on.

    Common causes include:

    • Incorrect permissions / ownership set on files.
    • Manually deleting files in ~/Library/Developer.
    • Installing buggy 3rd party kexts (especially security or firewall software).

提交回复
热议问题