We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apps cannot be built from the CLI if any directory in the path has a space. Build process gets stuck at:
Generating metadata for i386: ./metadata-generation-build-step.sh: line 4: $BUILT_PRODUCTS_DIR/metadata-generation-stderr-$1.txt: ambiguous redirect
Removing any spaces from your directories fixes the issue.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. We have logged the issue in the iOS runtime repo: NativeScript/ios-jsc#106
I will keep the issue open here, because there are further issues in the CLI if this step succeeds.
Sorry, something went wrong.
This is related to #459
The fix has already been released. You can update NativeScript CLI to version 1.0.1
No branches or pull requests
Apps cannot be built from the CLI if any directory in the path has a space. Build process gets stuck at:
Generating metadata for i386: ./metadata-generation-build-step.sh: line 4: $BUILT_PRODUCTS_DIR/metadata-generation-stderr-$1.txt: ambiguous redirect
Removing any spaces from your directories fixes the issue.
The text was updated successfully, but these errors were encountered: