Search Unity

New distribution error with Xcode ITMS-90109

Discussion in 'iOS and tvOS' started by IndieFist, Oct 31, 2019.

  1. IndieFist

    IndieFist

    Joined:
    Jul 18, 2013
    Posts:
    520

    Attached Files:

    better_walk_away likes this.
  2. DearUnityPleaseAddSerializableDictionaries

    DearUnityPleaseAddSerializableDictionaries

    Joined:
    Sep 12, 2014
    Posts:
    135
    I got this error as well, did you manage to fix it?
     
  3. Alexey

    Alexey

    Unity Technologies

    Joined:
    May 10, 2010
    Posts:
    1,624
    You can compare info.plist from the project built with older version of unity with the one from new one. You are looking for UIRequiredDeviceCapabilities key. Without knowing this it is impossible to help
     
  4. DearUnityPleaseAddSerializableDictionaries

    DearUnityPleaseAddSerializableDictionaries

    Joined:
    Sep 12, 2014
    Posts:
    135
    I don't have the older version anymore (lack of version control).
     
  5. Thanitsak

    Thanitsak

    Joined:
    Jan 4, 2016
    Posts:
    117
    For I fixed by goto Info Tab (Info.plist) -> Required device capabilities -> Expand Items -> the new added one (compared with the previous version) Delete it. Then upload again.
     
  6. DearUnityPleaseAddSerializableDictionaries

    DearUnityPleaseAddSerializableDictionaries

    Joined:
    Sep 12, 2014
    Posts:
    135
    It's due to the Auto Graphics API. This issue has wasted a few hours of debugging and having used Unity for over 1000 hours, this has been one of the most negative experiences so far.

    The temporary workaround is outlined in:
    *

    * https://forum.unity.com/threads/inv...m-when-using-cloud-build.863815/#post-5689303

    Please can this be resolved in a future version of Unity?

    Thank you.
     
    kmedved and Nith666 like this.