apple-signin-unity
apple-signin-unity copied to clipboard
Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)
Getting this memory issue when executing the login function using Xcode Iphone sim the project is empty except for the plugin and the login script
the issue is here :
if (options & AppleAuthManagerIncludeName)
[scopes addObject:ASAuthorizationScopeFullName];
[line 125] AppleAuthManager script
unity version: 2021.1.20f1 Xcode version: 13 sim device is Iphone 13 pro max
I think your xcode project missing AuthenticationServices.framework.
You are probably not doing the Postprocessing, as instructed in the README https://github.com/lupidan/apple-signin-unity#programmatic-setup-with-a-script
Closing due to inactivity