-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS build fails if path of a project path includes a space #22354
Comments
@owinter86 can you try |
@radko93 I can confirm that this issue was introduced in 0.57.5 and this does not occur on 0.57.4. |
@kelset I think it's a regression from the Xcode fix |
uhm yeah it looks like it :/ But i can't really understand why 🤔 cc @mmccartney BTW does the CLI allow the creation of projectNames with empty spaces...? |
I also couldn't really get why but that's the only change that's related. |
Probably related / could give context: wix/Detox#894 |
@kelset probably not related as we don't use node for running script.
works with any path so it has to be something with how xcode runs the script. |
Hello there 👋 by using the repro / the list of steps to reproduce, we can't actually see the reported bug on RN 0.59 so we'll close this issue. It may have something to do with your local setup, please double check that you are using the correct version of Android Studio / XCode / Android NDK / Yarn / etc. |
Same issue here on RN 0.59. Lost about 5 hours because of this bug. I've removed the space from my project's path and everything worked perfectly. |
Just wasted another 2h on this exact same issue. |
@Bersaelor @canpoyrazoglu I think I stated clearly that I couldn't reproduce the issue. If you still face it, it's likely because of some environmental differences. Without that information, I'm unable to help more. Please provide clear reproduction steps (repo, env info etc) on a smallest possible example and if you're sure it's a bug somewhere in RN or CLI, file a new issue accordingly. Otherwise it's not actionable. |
Environment
React Native Environment Info:
System:
OS: macOS 10.14.1
CPU: (4) x64 Intel(R) Core(TM) i5-7267U CPU @ 3.10GHz
Memory: 317.20 MB / 16.00 GB
Shell: 5.3 - /bin/zsh
Binaries:
Node: 10.13.0 - ~/.nvm/versions/node/v10.13.0/bin/node
Yarn: 1.12.3 - /usr/local/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v10.13.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
Android SDK:
API Levels: 26, 27, 28
Build Tools: 26.0.3, 27.0.3, 28.0.2, 28.0.3
System Images: android-26 | Google APIs Intel x86 Atom_64, android-28 | Google APIs Intel x86 Atom
IDEs:
Android Studio: 3.1 AI-173.4907809
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
react: 16.6.1 => 16.6.1
react-native: 0.57.5 => 0.57.5
npmGlobalPackages:
react-native-cli: 2.0.1
react-native-git-upgrade: 0.2.7
Description
If any folder within your project directory contains a space the build will fail, a new react native project was created in folder
untitled
and built with no issues, and another created in folderuntitled folder
and failed to find a file within the directory.../Documents/untitled folder/test/node_modules/react-native/scripts/ios-install-third-party.sh: line 56: /ios-configure-glog.sh: No such file or directory
Reproducible Demo
This is reproducible if you create a new RN project in a folder with a space.
The text was updated successfully, but these errors were encountered: