error Failed to build iOS project. We ran “xcodebuild” command but it exited with error code 65

前端 未结 13 1373
礼貌的吻别
礼貌的吻别 2020-11-29 23:58

I\'ve build a react-native application and suddenly I get this error message on my terminal during run of the command react-native run-ios. The same code work fine 10 minute

13条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 00:17

    Should always start with the simplest first, after wasting hours and days on this error.

    And after an extensive amount of research,

    Simply

    RESTART YOUR MACHINE
    

    This resolved this error.

    I'm on

    react-native-cli: 2.0.1
    react-native: 0.63.3
    

提交回复
热议问题