Distribute Sqlite file with app

Glad you’ve got a solution John! I’m curious as to why your app worked on your internal devices but not on the App Store tester’s device. I suppose it could be because the internal devices are registered devices on iTunes connect? If that proves to be the case, it is another example of why testing on external devices, such as via TestFlight, is a really good idea.

Paul - Thanks for making the changes you noted. Hopefully, this will help some other developers avoid this pitfall.

The order of the build steps shouldn’t create a crash. And for signing your need to have ALL your files in place or the signing won’t work.

Paul, thanks for making this more prominent ;-))

This is a good point. If your app was not code-signed properly I would have expected App Uploader or iTunes Connect to complain about it, rather than your app crashing at launch for an App reviewer.