flutter_secure_storage
flutter_secure_storage copied to clipboard
Can not run app in iOS simulator 17.2
Termination Reason: DYLD 4 Symbol missing Symbol not found: _$sSS10FoundationE4data5using20allowLossyConversionAA4DataVSgSSAAE8EncodingV_SbtF Referenced from: <E676D817-E015-3C06-96C2-A9DCC9047648> /Users/USER/Library/Developer/CoreSimulator/Devices/00AF5FBF-C4F9-4516-9AEE-5A39C5EA71E9/data/Containers/Bundle/Application/0424CE7F-736D-45ED-B936-F9CAF07126D4/Runner.app/Frameworks/flutter_secure_storage.framework/flutter_secure_storage (built for iOS-sim 18.2 which is newer than running OS) Expected in: <30929A90-3F75-330C-AC6B-6A79BC83B134> /Volumes/VOLUME/*/Foundation.framework/Foundation (terminated at launch; ignore backtrace)
it is running fine in simulator 18.2 and above
⚠️ This issue has been marked as stale because it has been open for 60 days with no activity.
If this issue is still relevant, please comment to keep it active. Otherwise, it will be closed in 60 days.
Got a similar error message when trying to run on a iOS 16 hardware device.
(lldb) process interrupt dyld[599]: Symbol not found: _swift_getTypeByMangledNameInContext2 Referenced from: <35AC3E74-FCCA-312E-BAA1-848013A6EAB6> /private/var/containers/Bundle/Application/2889AB6D-6A80-4F75-8370-3987B6C834EF/Runner.app/Frameworks/flutter_secure_storage.framework/flutter_secure_storage (built for iOS 17.0 which is newer than running OS) Expected in: <5F6B7D24-C88A-3199-87CF-560C1B7A4C6D> /usr/lib/swift/libswiftCore.dylib error: Failed to halt process: Process is not running.
Is there a solution for this?