-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Build Error on fresh install : config.h not found #10
Comments
Hi @thylo, To fix it simply run the following from your project root(where your node_modules directory is in your project):
Running the above command on your terminal should fix it. |
@VikAdvani thanks your response. Saddly it still won't build.
|
Hi @thylo, I'm unable to reproduce the issue you are experiencing on iOS. This sounds like a possible cocoapods issue. What version of cocoapods are you using? We recommend using version 1.5 or greater. You can find out what version you are by running: If your pod version is under 1.5, I'd recommend upgrading and rerunning the setup-ide script. Also are you running on a device or a simulator? If you are running on the simulator try a device to see if the issue still occurs. |
I was having this problem and my cocoa pods version is 1.5.3. I fixed it by following |
Hello,
I'm trying to get Viro (and this sample) running as a separate IOS application without any luck for the past few hours...
Steps to reproduce :
yarn install
yarn start
./setup-ide.sh --ios
./ios/ViroSample.xcworkspace
in Xcodebe.thylo.ViroSampleAR
Build Error :
'config.h' file not found
in file included from :
/Users/julienmoreau/code/experiments/ViroARSampleApp/node_modules/react-native/third-party/glog-0.3.4/src/utilities.cc:32:10: In file included from /Users/julienmoreau/code/experiments/ViroARSampleApp/node_modules/react-native/third-party/glog-0.3.4/src/utilities.cc:32:
in file included from :
/Users/julienmoreau/code/experiments/ViroARSampleApp/node_modules/react-native/third-party/glog-0.3.4/src/utilities.h:73:10: In file included from /Users/julienmoreau/code/experiments/ViroARSampleApp/node_modules/react-native/third-party/glog-0.3.4/src/utilities.h:73:
The text was updated successfully, but these errors were encountered: