-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when unlocking lock in maui #39
Comments
Reason: [NSInlineData AES256DecryptWithKey:glv:] ... Because it is missing -ObjC. |
Thank you for your answer. |
Do I have to use XCode? Can't I just run it with VisualStudio? |
sorry, We do not used Visual Studio before. |
Hello, I'm using TTLock in maui. I converted the Objective-C code to C# for developing the ios code, but the following error occurs.
Objective-C exception thrown. Narne: NSInvalidArgumentException Reason: [NSInlineData AES256DecryptWithKey:glv:]: unrecognized selector sent to instance Ox117 15800 Native stack trace 0 CoreFoundation Ox0000000180fb7070 6174789A-E88C-3F5C- BA39-DE2E9EDC0750+626800 1 libobjc.A.dylib 0x00000001994d1f54 objc_exception_throw + 60 2 CoreFoundation Ox000000018109401c 6174789A-E88C-3F5C- BA39-DE2E9EDC0750+ 1531932 3 CoreFoundation Ox0000000180f4c484 6174789A-E88C-3F5C- BA39-DE2E9EDC0750+ 189572 4 CoreFoundation 0x0000000180f4b5c0_CF_forwarding_prep_0 t 96 5 WorkerScreen 0x0000000100fb7d9c WorkerScreen +195996 6 WorkerScreen 0x000000010f9b3a8 WorkerScreen +78760 7 WorkerScreen Ox0000000100fb869c WorkerScreen +198300 8 WorkerScreen Ox0000000100fb8640 WorkerScreen + 198208 9 WorkerScreen 0x0000000100f8c8c0 WorkerScreen + 18624 10 WorkerScreen 0x0000000100f9dfac WorkerScreen +90028 11 WorkerScreen Ox0000000101016088 xamarin_get_original_working_directory_path +8604 12 WorkerScreen Ox0000000101342818
What kind of error is this?
The text was updated successfully, but these errors were encountered: