Page 1 of 1

Can I verify that Externals were included in my iOS build?

Posted: Wed Mar 04, 2015 8:50 am
by JustinW42
I can't get my database connection to work properly on an actual iOS device, to save my life....... When I first figured out how to use the simulator, I realized that I needed to include the MySQL Externals in the build settings, so I did that and everything was wonderful. When I deploy that same app as a standalone and actually install it on my device, no DB connections seem to work.

So my question is: where would I go to manually verify that the required Externals have been included with the standalone iOS build, or do I have to just try the functions in code to see if they work (thereby verifying the existence of said Externals)?