saitbnzl / flutter_paycards

Flutter plugin for PayCards SDK for IOS&Android
MIT License
6 stars 9 forks source link

iOS building issue (undefined symbol _OBJC_CLASS_$_PayCardsRecognizer) #12

Open alexeyselina opened 2 years ago

alexeyselina commented 2 years ago

Cannot compile it with xcode 13. Gives the error. What can be done?

ld: warning: building for iOS Simulator, but linking in dylib built for iOS, 'PayCardsRecognizer.framework' ld: warning: Could not find or use auto-linked framework 'PayCardsRecognizer' Undefined symbols for architecture arm64: "_OBJCCLASS$_PayCardsRecognizer", referenced from: objc-class-ref in ViewController.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

redwind commented 2 years ago

I faced same issue like this. Do you find any solution ? @alexeyselina

saitbnzl commented 2 years ago

See this SO answer: https://stackoverflow.com/a/63955114/5735864