iOS 16 - app doesn't launch with permissions passed into device.launchApp() and freezes after setBiometricEnrollment()
See original GitHub issueWhat happened?
After updating xcode to version 14 and using iOS 16 simulator, app doest launch if device.launchApp have permissions passed inside configuration. If there are no permissions in configuration app launch as expected.
Also, after app started with empty config if we have device.setBiometricEnrollment(true) app instantly freezes.
Same config worked as expected on iOS 15 simulators.
Detox doesnt return any logs on any level due to app wasnt launched.
What was the expected behaviour?
App launches correctly
Was it tested on latest Detox?
- I have tested this issue on the latest Detox release and it still reproduces.
Did your test throw out a timeout?
- I have followed the instructions under Identifying which synchronization mechanism causes us to wait too much.
Help us reproduce this issue!
launch app on iOS 16 simulator with any permissions passed
In what environment did this happen?
Detox version: 19.12.1 React Native version: 0.68.2 Node version: 18.8.0 Device model: iPhone 11 Simulator iOS version: 16 macOS version: 12.6 Xcode version: 14 Test-runner (select one): jest-circus
Detox logs
Detox logs
paste logs here!
Device logs
Device logs
paste logs here!
More data, please!
No response
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:14 (4 by maintainers)
Top Results From Across the Web
iOS 16 - app doesn't launch with permissions passed into device ...
iOS 16 - app doesn't launch with permissions passed into device.launchApp() and freezes after setBiometricEnrollment()
Read more >iOS freezes after app update when … | Apple Developer Forums
iOS shows home screen, not responding to touches and button presses; Crashlytics Console does not show crashes; Guided Access cannot be disabled; the...
Read more >iOS 16 & 16.2 Problems and Bugs Tracker: How to Fix Them?
Wi-Fi disconnection problem. Apple Music Sing is not available (Fixed); The app crashes and freezes. Issues with cellular data and signal reception. Read ......
Read more >iOS: Failed to launch .app file - iphone - Stack Overflow
1 - remove the app from the iPhone. · 2 - remove the contents of the DerivedData folder. · 3 - Clean &...
Read more >iOS 16 - Wikipedia
The first developer beta was released on June 6, 2022 immediately after WWDC, with the first public beta being released on July 11,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, thanks for the fixes. I am having the same issues & updated my applesimutils to
v0.9.8
. But running detox withstill fails (as in it loads forever until timeout)
it was working fine before I updated my xcode from v13 to v14 with ios 16 simulator
The log i’m getting from
detox test --configuration ios.sim.debug --loglevel=verbose
is only load up to set permissions line & stoppedUPDATE: it works now after restarting macbook! Thanks a lot for the fix!
ASU v0.9.8 released with this fix (HealthKit). Thanks to @GGGava! 👏🏼 Please upgrade your ASU version using homebrew. FYI @alarm109 ☝🏼
As for your issue @yaanr3is and @Vadko, please provide the error message you get, I suspect you have a different error than this.