elringus / unity-google-drive

Google Drive SDK for Unity game engine

Home Page:https://forum.unity.com/threads/515360

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing APPAuth.h

AnandMulay opened this issue · comments

i'm getting appauth.h not found for unity framework. for latest unity package.

for previous version there is no unity framework project under xcode projects , but now i can see extra project under xcode projects with name Unity framework and i get error for this project app auth file is not available though i have added pod files of appauth

The same here. Got this error after migrating from Unity 2019.2 to Unity 2019.4. Any solutions?

btw AppAuth is 1.4 at this moment, and looks like there was very imporant fix in 1.3.1
https://github.com/openid/AppAuth-iOS/releases

This is most likely due to Play Services Resolver not linking AppAuth library to Unity Framework target. Here is the corresponding issue on PSR repository: googlesamples/unity-jar-resolver#333

I can confirm that updating PlayServicesResolver solved this problem.
https://github.com/googlesamples/unity-jar-resolver/tree/master/exploded/Assets

Newbie here... How does one update PlayServicesResolver?

nvm, I just imported the files from https://github.com/googlesamples/unity-jar-resolver/tree/master/exploded/Assets and a window opened up on its own, I clicked things and now the error is gone :)