You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried many times to integrate Sinch, and there seems to be an issue with the new IOS/Xcode updates. I've used many pods and this is the only one that isnt working. It also appears that this hasnt been updated in a long time.
I am getting an "Apple Mach-O Linker Error":
Undefined symbols for architecture arm64:
"protocol descriptor for SinchVerification.Verification", referenced from:
_symbolic ______pSg 17SinchVerification0B0P in SMSVerificationViewController.o
_symbolic _____pSg 17SinchVerification0B0P in EnterCodeViewController.o
"SinchVerification.SMSVerification(: Swift.String, phoneNumber: Swift.String) -> SinchVerification.Verification", referenced from:
Project-DNX.SMSVerificationViewController.calloutVerification(Any) -> () in SMSVerificationViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Please fix this as it's really affecting our development.
I see that Sinch 3.0.0 is going to be released to CocoaPods. Could you please expedite this. Or, if there's a stable version that works for Swift 5, then please let me know. Thanks,
The text was updated successfully, but these errors were encountered:
I tried many times to integrate Sinch, and there seems to be an issue with the new IOS/Xcode updates. I've used many pods and this is the only one that isnt working. It also appears that this hasnt been updated in a long time.
I am getting an "Apple Mach-O Linker Error":
Undefined symbols for architecture arm64:
"protocol descriptor for SinchVerification.Verification", referenced from:
_symbolic ______pSg 17SinchVerification0B0P in SMSVerificationViewController.o
_symbolic _____pSg 17SinchVerification0B0P in EnterCodeViewController.o
"SinchVerification.SMSVerification(: Swift.String, phoneNumber: Swift.String) -> SinchVerification.Verification", referenced from:
Project-DNX.SMSVerificationViewController.calloutVerification(Any) -> () in SMSVerificationViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Please fix this as it's really affecting our development.
I see that Sinch 3.0.0 is going to be released to CocoaPods. Could you please expedite this. Or, if there's a stable version that works for Swift 5, then please let me know. Thanks,
The text was updated successfully, but these errors were encountered: