viro: setup-ide.sh not running correctly

I’m trying to setup a viro react project to use XCode. When I run the setup-ide.sh script I’m getting these errors:

==== Running iOS Setup Script ===
running with verbose logging
sed: can't read s/VIRO_PROJECT_NAME/virodemo/g: No such file or directory
Analyzing dependencies
[!] Unable to find a target named `VIRO_PROJECT_NAME`, did find `virodemo`, `virodemoTests`, `virodemo-tvOS`, and `virodemo-tvOSTests`.
Add: ":NSAppTransportSecurity:NSAllowsArbitraryLoads" Entry Already Exists
Add: ":NSCameraUsageDescription" Entry Already Exists
sed: can't read s/VIRO_PROJECT_NAME/virodemo/g: No such file or directory

Before running the script I went through and updated all the VIRO_PROJECT_NAME placeholders in the codebase. Any thoughts?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 19

Most upvoted comments

Just to follow up, I updated those sed invocations within the node_modules dir and the install went smoothly 👍