-
Notifications
You must be signed in to change notification settings - Fork 209
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
Auth0 is stuck in iOS 18, iPhone 16 Pro Max #982
Comments
Here is the Report Details: `Translated Report (Full Report Below)Incident Identifier: 5789575B-DB44-4066-868C-8BD2AF379F87 Date/Time: 2024-10-03 10:17:50.0400 -0400 Exception Type: EXC_CRASH (SIGKILL) Triggered by Thread: 0 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread Thread 1:: com.apple.uikit.eventfetch-thread Thread 2: Thread 3: Thread 4: Thread 5:: JavaScriptCore libpas scavenger Thread 0 crashed with ARM Thread State (64-bit): Binary Images: EOF Full Report{"app_name":"SafariViewService","timestamp":"2024-10-03 10:17:59.00 -0400","app_version":"18.0","slice_uuid":"965c8f34-f7e1-3d16-bc41-e3a1e9994f4d","build_version":"8619.1.26.30.5","platform":7,"bundleID":"com.apple.SafariViewService","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.6.1 (23G93)","roots_installed":0,"name":"SafariViewService","incident_id":"5789575B-DB44-4066-868C-8BD2AF379F87"}
], Model: Macmini9,1, BootROM 10151.140.19, proc 8:4:4 processors, 16 GB, SMC |
Same here |
I am experiencing the same issue on the native iOS app. |
We are having this exact same issue. I even tried changing the |
same issue |
I tested and confirmed that Auth.swift version 2.10.0 fixes the issue. I used The solution is that the package maintainers need to release a new version that uses |
I can see this same symptom in react-native-app-auth but cant reproduce it in the example app over there and cant find any traces of A0Auth0.podspec :( |
Login screen seems to come up fine on iOS 18 on Intel Macs. |
I found the solution on my apple silicon mac. In my case the solution was to remove arm64 from exclueded architectures in the build settings that I had in my project since many years. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; |
Any update on this? |
I had same problem with simulators. fixed after reinstalling xcode. |
any update? |
I have the same exact problem with iOS 18.x on multiple simulator devices. It worked fine up until yesterday then without any changes it started the problem with the universal login window coming up blank and covering the entire device screen and frozen. In troubleshooting I updated the react-native-auth0 package from 3.2.x to 4.x but it didn't make a dent. At this point I have no way of running my apps on simulators. |
After some investigation, this issue occurs on iOS 18 simulators when using an x86_64 build (i.e., with As a workaround, maybe we can use real device or iOS 17 simulators for a while, or try to remove the Not likely an issue can be fixed by third party developers. I will try to fire a radar to Apple. Updated: Reported as FB16122671 |
Checklist
Description
Auth0 Universal Login gets stuck on the Web view and does not load any page. The App freezes as well.
I tried on multiple devices:
I have tried
useSFSafariViewController : true
useSFSafariViewController: false
ephemeralSession: true
ephemeralSession: false
Reproduction
Launch the Universal Login on
any newer iPhone with iOS 18.0 version,
Additional context
No response
react-native-auth0 version
3.2.1
React Native version
0.74.1
Expo version
No response
Platform
iOS
Platform version(s)
18.0
The text was updated successfully, but these errors were encountered: