Skip to content

Incorrect deployment target in iOS projects #1012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
e2l3n opened this issue Oct 6, 2015 · 0 comments
Closed

Incorrect deployment target in iOS projects #1012

e2l3n opened this issue Oct 6, 2015 · 0 comments
Labels
Milestone

Comments

@e2l3n
Copy link
Contributor

e2l3n commented Oct 6, 2015

Deployment target is incorrectly incremented to 8.0 on prepare phase for iOS projects. This happens when a plugin is added which not necessarily contains dynamic cocoa touch frameworks.

The following excerpt uses the Hello-Plugin.

TPOPOVMAC:scratch tpopov$ ../bin/tns create TestApp
Project TestApp was successfully created
TPOPOVMAC:scratch tpopov$ cd TestApp/
TPOPOVMAC:TestApp tpopov$ ../../bin/tns plugin add ~/Desktop/Hello/hello-plugin
npm WARN package.json @ No description
npm WARN package.json @ No repository field.
npm WARN package.json @ No README data
[email protected] node_modules/hello
Successfully installed plugin hello.
TPOPOVMAC:TestApp tpopov$ ../../bin/tns platform add ios
Copying template files...
Project successfully created.
TPOPOVMAC:TestApp tpopov$ ../../bin/tns prepare ios
The iOS Deployment Target is now 8.0 in order to support Cocoa Touch Frameworks.
Successfully prepared plugin hello for ios.
Project successfully prepared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants