Does anyone have any advice on diagnosing a bug that occurs on a device build and an Xcode simulator build but does not occur in the Corona simulator.
When attempting to login to a Coronium server on Digital Ocean (with HTTPS through CloudFlare) using a functioning username and password, the Xcode simulator fails and generates this error in the system log:
assertiond[4677]: assertion failed: 15G31 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
The app error message throws an invalid address or password error set up in the login code, despite the fact that the login works fine in the Corona simulator.
I’m guessing its either something with the way Xcode and the device build handles SSL that doesn’t bother the Corona simulator, or something with the composer scene handling/form construction, or an encoding issue.
The reason I suspect scene handling is the error get generated sometimes when moving between text input boxes. The console will say things like “last message repeated 22 times.”
But I’m not sure how to figure out what that error means. Any thoughts?