Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a3
Issue ID
1087954
Regression
No
[iOS] A bunch of launch image warnings are thrown when building for iOS in Xcode 10
Steps to reproduce:
1. Open attached project (or create a new one)
2. Build for iOS
3. Open Xcode project and build it (CMD+B)
4. Open the build report and check warnings at the "Compile asset catalogs" section, notice a bunch of warnings:
76x76@1x app icons only apply to iPad apps targeting releases of iOS prior to 10.0.
This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later.
Reproduced with: 2017.4.12f1, 2018.3.0b3, 2019.1.0a3
Does not reproduce with Xcode 9.4
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Fillmore
Jun 14, 2019 16:25
Am I good to just ignore these warnings?
CompileXIB /{local-path-remoded-before-posting}/LaunchScreen-iPad.xib (in target: Unity-iPhone)
cd /{local-path-remoded-before-posting}
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module construction --output-partial-info-plist /{local-path-remoded-before-posting}/Library/Developer/Xcode/DerivedData/Unity-iPhone-chjfvixqmrohdrfxdyahgspppaen/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/Unity-iPhone.build/LaunchScreen-iPad-PartialInfo.plist --auto-activate-custom-fonts --target-device iphone --target-device ipad --minimum-deployment-target 10.3.3 --output-format human-readable-text --compile /{local-path-remoded-before-posting}/Library/Developer/Xcode/DerivedData/Unity-iPhone-chjfvixqmrohdrfxdyahgspppaen/Build/Products/ReleaseForRunning-iphoneos/construction.app/LaunchScreen-iPad.nib /{local-path-remoded-before-posting}/Development/Unity/Fillmore/build-2018-release/LaunchScreen-iPad.xib
/* com.apple.ibtool.document.warnings */
/{local-path-remoded-before-posting}/LaunchScreen-iPad.xib:global: warning: This file is set to build for a version older than the deployment target. Functionality may be limited. [9]
tvalleau
May 21, 2019 00:01
I'm getting this error : "This launch image only applies to iOS 6.x and prior but the minimum deployment is 7.0 or later."
/* com.apple.ibtool.document.warnings */
/Volumes/Big Work/programming projects/new matte cutter/New Matte Cutter/newmatt2019/LaunchScreen-iPhone.xib:global: warning: This file is set to build for a version older than the deployment target. Functionality may be limited. [9]
Using 2019.1.3f1