Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When trying to run the app on a simulator running iOS 18.4 the app crashes on launch.
Expected Behavior
App should run
Steps with code example to reproduce
Steps with code example to reproduce
// Paste your code here
Stacktrace/Logs
Stacktrace/Logs
Termination Reason: DYLD 1 Library missing
Library not loaded: /usr/lib/swift/libswiftWebKit.dylib
Referenced from: <03A99D17-835F-3FF8-A975-EB9A1A475F90> /Users/USER/Library/Developer/CoreSimulator/Devices/917ABDFF-9707-4224-8A27-91E0E52F96BD/data/Containers/Bundle/Application/F683FA0C-2F57-481D-8033-D1028977DF52/MyApp.app/MyApp.debug.dylib
Reason: tried: '/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftWebKit.dylib' (no such file), '/usr/lib/swift/libswiftWebKit.dylib' (no such file, not in dyld cache), '/Library/Developer/CoreSimulator/Volumes/iOS_22E238/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libswiftWebKit.dylib' (no such file)
(terminated at launch; ignore backtrace)
Flutter version
v3.29.2
Operating System, Device-specific and/or Tool
Xcode 16.3
Plugin version
v6.1.5 / v6.2.0-beta.2
Additional information
Works if I use a simulator with iOS 18.2. It works if I run the app on a real device that runs on iOS 18.4
Self grab
- I'm ready to work on this issue!