-
90. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
zespri Sep 14, 2016 10:48 PM (in response to pdm)thanks pdm, switching from 8.3 to 8.2 allowed me to pass validation, however we are using a 3rd party sdk that requires 8.3.
Do you anticipate 8.3 as a deployment target will be fixed on your end?
(realizing the alternative is to move min deployment to 9.x)thanks,
Mike
-
91. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
Hmmka Sep 15, 2016 5:56 AM (in response to fernando)The same problems here. Ticker number 28318690. Please help!
-
92. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
pdm Sep 15, 2016 7:45 AM (in response to Hmmka)@Hmmka: In your bug you indicate that your Development Target is 8.3. Currently that won't work. You need to either go back to 8.2 or forward to 9.x.
-
93. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
pdm Sep 15, 2016 9:15 AM (in response to pdm)I've updated the correct answer at the top of this thread to include this point about submitting with asset catalogs using a Deployment Target of either 8.3 or 8.4.
-
94. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
Hmmka Sep 15, 2016 10:12 AM (in response to pdm)Thanks! It works!
-
95. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
javierquerol Sep 15, 2016 1:24 PM (in response to 3ZS)> sudo xcrun --sdk iphoneos assetutil --info Assets.car > ~/Desktop/Assets.json
Assertion failed: (tokenCount < maxCountIncludingZeroTerminator - 1), function CUIRenditionKeySetValueForAttribute, file /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI_host/CoreUI-374.1.1/CoreTheme/ThemeStorage/CUIThemeRendition_Support.m, line 228.
[1] 59418 abort sudo xcrun --sdk iphoneos assetutil --info Assets.car > ~/Desktop/Assets.json
-
96. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
JetForMe Sep 15, 2016 4:26 PM (in response to 3ZS)Unfortunately, this is insufficient. None of the assets reported by assetutil are 16-bit or P3. All are compressed "lzvn", ColorModel "RGB", DisplayGamut "sRGB", Encoding "ARGB". I've tried uploading twice, but I always get the error.
-
97. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
JetForMe Sep 15, 2016 4:36 PM (in response to pdm)Is this a bug in the Xcode GM seed, then?
-
98. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
pdm Sep 15, 2016 4:46 PM (in response to KumobiusIvan)Please file bugs with your .ipa attache so we can take a look and understand what's going on. A lot of what your describing sounds like the issues with having a deployment target set to 8.3 or 8.4. Is that the case?
-
99. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
javierquerol Sep 16, 2016 2:21 AM (in response to javierquerol)It didn't work with macOS Sierra GM.
I tried with another computer with El Capitan and it worked.
-
100. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
Macho Man Randy Savage Sep 19, 2016 7:30 AM (in response to pdm)I'm having the same issue. The only thing that changed in this update is I added a Sticker extension. All resources on the main app are the same images as before. Looking at the Assets.car, I do detect P3 images, but these images are old and have always shipped with the app without issue. Was this incompatiablility issue simply not enforced in previous versions of Xcode?
-
101. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
uson1x Sep 19, 2016 10:52 AM (in response to fernando)Having the same problem, tried to compile the app using deployment target iOS 8.0, 8.1, 8.2 and, unfortunately, it didn't help. Switching to 9.3 did help, but we'd like to continue supporting old iOS version for now.
I also followed the instructions to check that no images are 16-bit or P3 and didn't find any.
Sent a radar 28360065.
-
102. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
swissdev Sep 22, 2016 7:41 AM (in response to fernando)Same problem for us on macOS Sierra and no P3 images.
It only worked switching to 9.3.. Very frustrating.. Every year new problems..
-
103. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
Macho Man Randy Savage Sep 22, 2016 12:03 PM (in response to swissdev)I just bumped my deployment target up...it's not worth potentially an hour or two to try to make this work, for my free app. If I was a conspirary theorist (I'm not) I'd say this would be a good way for Apple to get developers to stop supporting older versions of iOS.
-
104. Re: ITMS-90682: can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier
JaniOS Sep 26, 2016 2:16 PM (in response to pdm)Hi!
I have the same problem when I try to submit the app with deployment target iOS 8.0, 8.1, 8.2.
I've created the json but that contains only images sRGB and are 8-bits.
Works submitting with 9.3 but we need to support older versions.
Here my bug report: 28480581