我正在尝试从我的media.xcassets
访问适用于iPad Pro 12的LaunchImage,但我无法找到图像名称。对于所有其他人,我可以执行以下操作:
[UIImage imageNamed:@"LaunchImage-800-Portrait-736h"]
LaunchImage-800-Portrait-736h
(iPhone Portrait / iOS 8,9 / Retina HD 5.5“)LaunchImage-800-667h
(iPhone Portrait / iOS 8,9 / Retina HD 4.7“)LaunchImage-800-Landscape-736h
(iPhone风景/ iOS 8,9 / Retina HD 5.5“)???
(iPad Pro 12“)适用于iPad 12.9”LaunchImage-700-568h
(iPhone Portrait / iOS 7-9 / Retina 4)LaunchImage-700
(iPhone Portrait / iOS 7-9 / 2x)LaunchImage-700-Portrait
(iPad Portrait iOS 7-9 / 1-2x)for iPad 9.7“LaunchImage-700-Landscape
(iPad版iOS 7-9 / 1-2x)适用于iPad 9.7“看看Build Logs,它甚至看起来不像iPad Pro 12“资产正在编译......
Showing All Messages
CompileAssetCatalog /Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app Resources/Media.xcassets
cd /Users/thon/projects/MyApp-iPad
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/assetcatalog_dependencies --output-partial-info-plist /Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/assetcatalog_generated_info.plist --app-icon AppIcon --launch-image LaunchImage --compress-pngs --enable-on-demand-resources YES --filter-for-device-model iPad6,8 --filter-for-device-os-version 9.3 --sticker-pack-identifier-prefix com.opentable.MyApp.sticker-pack. --target-device iphone --target-device ipad --minimum-deployment-target 9.0 --platform iphonesimulator --product-type com.apple.product-type.application --compile /Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app /Users/thon/projects/MyApp-iPad/Resources/Media.xcassets
/* com.apple.actool.document.notices */
/Users/thon/projects/MyApp-iPad/Resources/Media.xcassets:./LaunchImage.launchimage/[iphone][736h][3x][portrait][full-screen][8.0]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/Users/thon/projects/MyApp-iPad/Resources/Media.xcassets:./LaunchImage.launchimage/[iphone][667h][2x][portrait][full-screen][8.0]: notice: This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
/* com.apple.actool.compilation-results */
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon29x29@2x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon29x29@3x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon40x40@2x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon40x40@3x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon60x60@2x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon60x60@3x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon29x29~ipad.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon29x29@2x~ipad.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon40x40~ipad.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon40x40@2x~ipad.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon76x76~ipad.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon76x76@2x~ipad.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/AppIcon83.5x83.5@2x~ipad.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/LaunchImage-800-Portrait-736h@3x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/LaunchImage-800-667h@2x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/LaunchImage-700@2x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/LaunchImage-700-568h@2x.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/LaunchImage-700-Landscape~ipad.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/LaunchImage-700-Landscape@2x~ipad.png
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Products/Debug-iphonesimulator/MyApp.app/Assets.car
/Users/thon/Library/Developer/Xcode/DerivedData/MyApp-gldvoiquamqxowfqvgcydhfgzead/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/assetcatalog_generated_info.plist