yandexmobile / metrica-plugin-unity

Unity plugin for Yandex AppMetrica SDK
38 stars 18 forks source link

Have problem with unity 2018.3.0f2 #20

Open Behnamjef opened 5 years ago

Behnamjef commented 5 years ago

When I update my unity to 2018.3 I have got two errors in "PostprocessBuildPlayerAppMetrica" class. First "using UnityEditor.iOS.Xcode" can't resolve "iOS". Second can't find class "PBXProject".

NesterovichAlexey commented 5 years ago

Hi. Do you have "iOS Build Support" installed?

Fim1am commented 5 years ago

Have the same problem. unity 2018.3.0f2

Behnamjef commented 5 years ago

Thanks, @NesterovichAlexey, installing iOS build support have fixed it.