xcode7 - iPhone app Testflight build crashes on iPad only since Xcode 7 -


i have iphone app built via xcode 7.2.1 , submitted apple.

the app got rejected because crashes on ipad during startup - can reproduce behavior when doing testflight build , install on ipad, runs without problems on iphone or debug builds on simulator/ipad.

how can track down? once got crashlytics report like

application windows expected have root view controller @ end of application launch 

but window created

self.window = [[uiwindow alloc] initwithframe:[[uiscreen mainscreen] bounds]]; 

and used rootviewcontroller property set on window.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -