Windows: Windows Server 2022
Builder: 3.64
iOS: 17.0
Link to build log: https://pastebin.com/vpsLV69h
So i'm trying to implement google sign in in our app. I'm using https://github.com/Thaina/google-signin-unity which is an updated fork of the very called google-signin-unity. I created a new project and add only this and EDM4U. and those errors comes up
% Pods\GoogleSignIn\GoogleSignIn\Sources\GIDAuthentication.m(22,9): fatal error: 'AppAuth/AppAuth.h' file not found #import <AppAuth/AppAuth.h> ^~~~~~~~~~~~~~~~~~~ 1 error generated. detected compiler error, aborting multithreaded build. Pods\GoogleSignIn\GoogleSignIn\Sources\GIDAuthStateMigration.m(19,9): fatal error: module 'GTMAppAuth' not found @import GTMAppAuth; ~~~~~~~^~~~~~~~~~ 1 error generated. %
here is the pod file: https://pastebin.com/szG2ck19
does this has any link to GTMAppAuth pod containing.swift files. I'dont know much about ios and mac but the documentation says that there is limited swift support. does this not working has anything to do with this?
and I can't seem to find the pre-compiled GoogleSignIn.framework do you know where I could find it?
thanks in advance