“Invariant Violation: Application AwesomeProject has not been registered” When building for iOS device with static jsbundle

后端 未结 14 2333
刺人心
刺人心 2020-12-08 18:20

First off, I don\'t know react, but I figured deploying to an iOS device instead of the simulator wouldn\'t be too difficult to do with the docs. They were a bit sparse but

14条回答
  •  庸人自扰
    2020-12-08 18:45

    I got the similar message in the console.

    message: Invariant Violation: Application AwesomeProject has not been registered."

    I just added REACT_EDITOR=atom on ~/.bashrc file.

提交回复
热议问题