Are you using LaunchScreen.xib or LaunchScreen.storyboard? If so, if the version of Xcode you are using supports iPad Pro, it will compile LaunchScreen for anything that supports Xcode.
You can use an older version of Xcode that the iPad Pro does not recognize, because you don't need it.
Or you can use Images.xcassets and not provide an iPad Pro launcher image, although according to what you ask, this does not seem appropriate. You can always use LaunchScreen.xib / storyboard as the initial storyboard, so as far as the application is concerned, you use LaunchScreen.storyboard instead of Main.storyboard. Although this does not mean that the application icon should contain all this, as is the case with my current applications. Perhaps an error report file with Apple? Hope this helps!
source share