apple-signin-unity icon indicating copy to clipboard operation
apple-signin-unity copied to clipboard

Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)

Open ahmedshalaby29 opened this issue 2 years ago • 2 comments

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

ahmedshalaby29 avatar May 31 '22 05:05 ahmedshalaby29

I think your xcode project missing AuthenticationServices.framework.

rrrfffrrr avatar Aug 05 '22 07:08 rrrfffrrr

You are probably not doing the Postprocessing, as instructed in the README https://github.com/lupidan/apple-signin-unity#programmatic-setup-with-a-script

lupidan avatar Aug 05 '22 08:08 lupidan

Closing due to inactivity

lupidan avatar Dec 26 '22 15:12 lupidan