-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns build --release should add --for-device #945
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
Comments
On top of this, currently,
|
Hi @tjvantoll Thanks for the feedback. I totally agree with you that release builds must target devices and we'll have to fix this behavior. I'll have to check why you do not see the path to the .ipa when producing release build. I consider both questions as issues in current implementation, so I've marked this as bug. Thanks again! |
Hey @rosen-vladimirov, Thanks for the response. Just to note I do see the feedback when running |
Hi @tjvantoll |
Thanks for the update @Mitko-Kerezov. I like the idea of having a new command because I think it’ll be easier for users to find, so 👍 |
This will be addressed as part of #1172 , closing this issue. |
I ran
tns build ios --release
for the first time today, and I was really surprised to find my .ipa in theplatforms/ios/build/emulator
folder.If I'm doing a release build, shouldn't it be assumed that I'm building for a device and not emulators?
The text was updated successfully, but these errors were encountered: