When building my project for iOS I get a report that says “app_xxx has been built for iOS!”, complete with links to an .IPA to install the app.
However, the log states that it had: "Summary: 49 warnings, 42 errors: "
The 42 errors are actual compiler errors - the code does not work and should not have been able to generate an .IPA file, yet it does. Any idea what’s going on?
The same build for Android fails as it should.