-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
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
tns create myApp --jsgit clone [email protected]:Fatme/scoped-package.gitcd myApp && npm i <path to cloned repo>/nativescript-test-1.0.0.tgztns run ios
Expected behavior
The application should be successfully installed on device