QuisApp / flutter_contacts

MIT License
83 stars 138 forks source link

Not working on iOS 16 #167

Closed bcatalfo closed 2 months ago

bcatalfo commented 2 months ago

When I try to run this on a simulator with iOS 16 I get

dyld[53225]: Symbol not found: _swift_getTypeByMangledNameInContext2 Referenced from: <3FD016D6-1934-3C43-9C67-DFEDBBA61BB0> /Users/bcatalfo/Library/Developer/CoreSimulator/Devices/B21723B0-C7A7-4849-8FBB-C0C2EEF07CC2/data/Containers/Bundle/Application/23FD64B3-0636-4759-855A-871BA80F18BB/Runner.app/Frameworks/flutter_contacts.framework/flutter_contacts (built for iOS-sim 17.0 which is newer than running OS) Expected in: /Library/Developer/CoreSimulator/Volumes/iOS_20A360/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 16.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib

bcatalfo commented 2 months ago

Nevermind! I had an issue with my Podfile 🙄

albrewot commented 1 month ago

@bcatalfo Can i ask which issue you had with the Podfile? i'm experiencing the same problem with this library and iOS 16

bcatalfo commented 1 month ago

All I did was change platform :ios, '17.0' to platform :ios, '16.0'