You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):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:
The error is thrown as invalid
.pbxproject
is generated.To Reproduce
tns create myApp --js
git clone [email protected]:Fatme/scoped-package.git
cd myApp && npm i <path to cloned repo>/nativescript-test-1.0.0.tgz
tns run ios
Expected behavior
The application should be successfully installed on device
The text was updated successfully, but these errors were encountered: