-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
TARGETED_DEVICE_FAMILY not respected with NS7 #5733
Comments
Have the same issue.
see https://gist.github.com/anhtuank7c/63e799e2cbc9ccc1dcb84709f618f1d9#file-fastfile-L112 |
Same here on NS8. Simple build to reproduce:
The |
If it helps, in my
This needs to be specified outside of any Obviously, above, the reference to |
Confirm that this issue still exists on 8.1.4 version |
Still an issue in v8.4.0. @NathanWalker is this going to be fixed any time soon? |
@SmailHammour I moved this to CLI and put on 8.6 milestone to clear - possible we may be able to clear in a patch though. |
Environment
✔ Getting NativeScript components versions information...
✔ Component nativescript has 7.2.1 version and is up to date.
⚠ Update available for component @nativescript/core. Your current version is 7.1.4 and the latest available version is 7.3.0.
⚠ Update available for component @nativescript/ios. Your current version is 7.1.1 and the latest available version is 7.2.0.
✔ Component @nativescript/android has 7.0.1 version and is up to date.
Describe the bug
TARGETED_DEVICE_FAMILY in build.xcconfig worked with NS6, with NS7 it seems to be ignored as in project files of iOS it is set to TARGETED_DEVICE_FAMILY = "1,2";
To Reproduce
Just build the app and open xproj files or project in xcode
Expected behavior
Project is targeting one device that specified.
The text was updated successfully, but these errors were encountered: