f111fei / react-native-unity-demo

103 stars 80 forks source link

Can not build on Xcode 10.2.1 and unity 2019.2.0b1 #38

Open 12343954 opened 5 years ago

12343954 commented 5 years ago

following the "How to Build"

  1. Open unity/Cube/Assets/test.unity OK

  2. Click Build => Export Android or Export IOS OK

  3. cd react-native-unity-demo

  4. npm install OK

  5. npm run watch image

  6. open in xcode and build failure UnityInitStartupTime(); //Use of undeclared identifier 'UnityInitStartupTime'

  7. npm run android or npm run ios OK

how to fix UnityInitStartupTime() not found ?