Skip to content

Unable to process native iOS files and frameworks from scoped packages #5056

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

Closed
Fatme opened this issue Oct 8, 2019 · 0 comments
Closed
Assignees
Milestone

Comments

@Fatme
Copy link
Contributor

Fatme commented Oct 8, 2019

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.1.0
  • Cross-platform modules: 6.1.x
  • Android Runtime: 6.1.x
  • iOS Runtime: 6.1.x
  • Plugin(s):

Describe the bug
NativeScript CLI it is not able to process correctly scoped packages/plugins that have native iOS files or frameworks as the following error is thrown:

Nanaimo::Reader::ParseError - [!] Invalid character "@" in unquoted string

The error is thrown as invalid .pbxproject is generated.

To Reproduce

  1. tns create myApp --js
  2. git clone [email protected]:Fatme/scoped-package.git
  3. cd myApp && npm i <path to cloned repo>/nativescript-test-1.0.0.tgz
  4. tns run ios

Expected behavior
The application should be successfully installed on device

@Fatme Fatme added the bug label Oct 8, 2019
@Fatme Fatme added this to the 6.2.0 milestone Oct 8, 2019
@Fatme Fatme added the os: ios label Oct 8, 2019
@Fatme Fatme self-assigned this Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants