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.2.0-2019-10-15-104105-13930
- Cross-platform modules:
- Android Runtime:
- iOS Runtime:
- Plugin(s):
Describe the bug
CLI detects Podfile only in direct dependencies described in package.json.
To Reproduce
Can be tested with attached plugin. If Mapbox pod is missing the bug is reproduced.
- Add plugin attached to the issue description
nestedPods.zip
tns prepare ios
Expected behavior
CLI to detect Podfile in all installed project dependencies
Sample project
Additional context
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
CLI detects
Podfileonly in direct dependencies described inpackage.json.To Reproduce
Can be tested with attached plugin. If Mapbox pod is missing the bug is reproduced.
nestedPods.zip
tns prepare iosExpected behavior
CLI to detect
Podfilein all installed project dependenciesSample project
Additional context