I've just deployed my application on TestFlight for internal test. When I install my app on my iPhone and launch it, it crashed on the splash screen. But when I deploy my application on my phone with xcode, it works perfectly.
Does anyone know what the problem is?
Thanks in advance.
EDIT: I use Xcode. After the launch screen, i display a login windows. It just initialize some UIImage (like background) and create my tables in my DB SQLite :/
FIXED ! One of my library wasnt loaded ! for fixed that, i added this library in "embedded binaries" in the general setting of my app :)
I fixed it ! Thank you all for yours responses. That was a library loading problem.
I edited my original post with the solution.