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)
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)