Search Unity

Upgraded from 5.6 to 2017.2.0p4: UnityEditor.iOS.Extensions.Xcode now not found

Discussion in 'iOS and tvOS' started by larku, Dec 8, 2017.

  1. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    So I upgraded from 5.6 to 2017.2.0p4 and now UnityEditor.iOS.Extensions.Xcode can't be found by Unity.

    I've attempted to add references using MonoDevelop to the projects - no help.

    Specifically it's failing on GA_PostProcessBuild.cs (from the GameAnalytics package form the asset store). It's not a GA issue, this works fine on 5.6, but after upgrading the import can not be found.

    What's going on here?
     
  2. larku

    larku

    Joined:
    Mar 14, 2013
    Posts:
    1,422
    Anyone solved this problem or have any ideas on how I can get it to work?

    I've tried now with versions 2017.2.0p4, 2017.2.0p2, 2017.1.2p3 - all exhibit the same issue.

    Any suggestions?
     
  3. Ikaro88

    Ikaro88

    Joined:
    Jun 6, 2016
    Posts:
    300
    i have the same issue please hepl!
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Did you download the iOS support package?
     
  5. Ikaro88

    Ikaro88

    Joined:
    Jun 6, 2016
    Posts:
    300
    if you ask to me yes, but now i understand mine is a different problem.

    if i create a new project and add to my Unity game the GameAnalytics SDK (https://github.com/GameAnalytics/GA-SDK-UNITY)

    when i compile the xcode project it give me a lot of error like this:

    No known class method for selector 'addBusinessEventWithCurrency:amount:itemType:itemId:cartType:autoFetchReceipt:fields:'

    for example on: [GameAnalytics addBusinessEventWithCurrency:currencyString amount:amountInteger itemType:itemTypeString itemId:itemIdString cartType:cartTypeString autoFetchReceipt:TRUE fields:fields_dict];

    can everyone help me anyway?

    i searched on internet and i find nothing about...
     
  6. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446