I can build project from XCode, but from Android Studio I receive errors:
ld: warning: search path '.../build/ios/Debug-iphonesimulator/AppAuth' not found
ld: warning: search path '.../build/ios/Debug-iphonesimulator/FirebaseCore' not found
ld: warning: search path '.../build/ios/Debug-iphonesimulator/FirebaseCoreInternal' not found
ld: warning: search path '.../build/ios/Debug-iphonesimulator/GTMAppAuth' not found
ld: warning: search path '.../build/ios/Debug-iphonesimulator/GTMSessionFetcher' not found
ld: warning: search path '.../build/ios/Debug-iphonesimulator/GoogleSignIn' not found
ld: warning: search path '.../build/ios/Debug-iphonesimulator/GoogleUtilities' not found
ld: warning: search path '.../build/ios/Debug-iphonesimulator/PromisesObjC' not found
ld: framework 'AppAuth' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hi.
I can build project from XCode, but from Android Studio I receive errors:
Could you please help me to fix it?