Closed halx99 closed 8 months ago
@bintester sorry i do a mistake delete discuss about this issue
Deleting these lines from lua-template-default\proj.ios_mac\ios\targets\ios\Info.plist
will fix the issue:
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
They were introduced in this commit, I'm assuming by accident, because they shouldn't be there: https://github.com/axmolengine/axmol/commit/7f309b75704cfbf1a047180b0bc732d0bcff836c
A better solution PR #1713 created