ios - TestFlight app freezes on startup -


while running app distributed via testflight, keeps freezing on splash screen. have created new distribution certificate , ad hoc provisioning profile go it.

i believe have done necessary steps in project itself:

  • i added testflight library , libz.dylib
  • i entered 2 lines needed appdelegate
  • i changed release signing entity distribution profile

uploading testflight works charm, downloading , installing app test phone. when run though, freezes on splash screen. no crashes or errors...

any ideas?

solved it. apparently, can not have iphone connected computer while running app installed via testflight.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -