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
Cross-platform modules:
Android Runtime:
iOS Runtime:
Plugin(s):
Describe the bug
Currently CLI executes unneeded checks when executing pod install:
which pod
which xcodeproj
xcproj -project when CocoaPods version is lower than 1.0.0 and Xcode version is 7.3+
To Reproduce tns prepare ios when there is a plugin with CocoaPods
The text was updated successfully, but these errors were encountered:
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
Currently CLI executes unneeded checks when executing
pod install
:which pod
which xcodeproj
xcproj -project
when CocoaPods version is lower than 1.0.0 and Xcode version is 7.3+To Reproduce
tns prepare ios
when there is a plugin with CocoaPodsThe text was updated successfully, but these errors were encountered: