f111fei / react-native-unity-demo

103 stars 80 forks source link

'RegisterMonoModules.h' file not found on Unity 2019.3.0 and Xcode 11.3 #45

Open ssshake opened 4 years ago

ssshake commented 4 years ago

I am just trying to get the demo project to build by following the instructions but I only get as far as here. I have seen reference to this error on the npm package repo but I don't see a clear fix.

image

Environment


  "dependencies": {
    "react": "16.5.0",
    "react-native": "0.57.0",
    "react-native-unity-view": "^1.3.0"
  },
  "devDependencies": {
    "@types/react": "^16.0.36",
    "@types/react-native": "^0.52.8",
    "babel-jest": "22.2.0",
    "metro-react-native-babel-preset": "^0.45.0",
    "jest": "22.2.1",
    "react-test-renderer": "16.2.0",
    "typescript": "^2.7.1"
  },