f111fei / react-native-unity-demo

103 stars 80 forks source link

error: Build input file cannot be found: Bulk_UnityEngine.UnityConnectModule_0.cpp #20

Closed omer-halici closed 5 years ago

omer-halici commented 5 years ago

Hi, I am trying to build this demo on my mac which has unity 2018.2.11f1 and xcode version 10.0. I am getting the following error:

error: Build input file cannot be found: '/Users/myUser/Desktop/react-native-unity-demo-master/ios/UnityExport/Classes/Native/Bulk_UnityEngine.UnityConnectModule_0.cpp'

Any ideas?

chchwy commented 5 years ago

Removing the missing file from Xcode project will work.

It's in rnunitydemo -> UnityExport -> Classes -> Native -> You will see the file highlighted in red here

omer-halici commented 5 years ago

I don't remember how but it is fixed. Maybe I did the similar things. Thank you anyway!

amit00978 commented 4 years ago

@chchwy @omer-halici Bro I am facing the same problem and stuck on this point from the last 2 days any help highly appreciated.