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):
Hey @leevigraham ,
Thanks for reporting this issue. A fix is available in our next version and should be live when we release 6.3.0 release.
Meanwhile you can give it a try by installing the next version of CLI: npm i -g nativescript@next.
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
File: NativeScript/nativescript-cli/blob/master/lib/services/ios-project-service.ts
Method: applyPluginsCocoaPods
Line https://github.com/NativeScript/nativescript-cli/blob/master/lib/services/ios-project-service.ts#L833
This method checks for the pluginPlatformsFolderPath using the
normalizedPlatformName
which isiOS
In reality the folder names are lowercase:
Example of a plugin:
To Reproduce
tns platform add ios
tns prepare ios
Plugin Podfiles are not added.
Expected behavior
Plugin
Podfile
should be includedThe text was updated successfully, but these errors were encountered: