Skip to content
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

iOS export improvements #15997

Closed
BastiaanOlij opened this issue Jan 23, 2018 · 3 comments
Closed

iOS export improvements #15997

BastiaanOlij opened this issue Jan 23, 2018 · 3 comments

Comments

@BastiaanOlij
Copy link
Contributor

Just a few suggestions for improving the iOS export now that I'm using it for the first time in months :)

Biggest issue, when you don't fill in mandatory information instead of a helpful error you get a nasty "export template is corrupt" error. You can see the actual error in the log however when you start Godot as an application bundle that is hidden from view.
We need better checking before the export is being run so we can give a better message.

Other improvement would be to ensure we have default icons and splash screens. You can't do a quick export just to test if something works until you have selected icons and splash screens. It would be good that if you leave these empty, it would just use the defaults (might be a bug)

@ghost ghost added this to the 3.1 milestone Jan 23, 2018
@vnen
Copy link
Member

vnen commented Jan 23, 2018

[...] nasty "export template is corrupt" error.

This is an issue with all exporters, if they return anything other than OK it'll show this same message. The individual exporters should be able to set the error message.

@akien-mga akien-mga modified the milestones: 3.1, 3.2 Dec 18, 2018
@akien-mga akien-mga modified the milestones: 3.2, 4.0 Nov 14, 2019
@tommiemartin
Copy link

Honestly I wish the icons and splash screen were not required in the exporter at all. Would be nice to have the option to control this solely in Images.xcassets and storyboards in xcode since Apple's requirements seem to change so quickly.

@akien-mga
Copy link
Member

This has been improved a lot over the past years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants