How to detect device model by macro? i had using something like this but the result on the simulator alway IS_IPHONE_5
#define IS_IPAD (UI_USER_INTERFACE_IDI
I can confirm the bug goes away when you set a Launch Screen.
I kept my launch images, and added MainStoryboard to Launch Screen and the simulator recognized the devices correctly.