xamarin-branch-deep-linking-attribution
xamarin-branch-deep-linking-attribution copied to clipboard
iOS Build Failing with v8.1.0: Native Linker Issue
Describe the bug
Firstly, thanks for the update!
I'm getting the following error when I try build my iOS project:
error MT5211: Native linking failed, undefined Objective-C class: UIPasteControl. The symbol 'OBJC_CLASS$_UIPasteControl' could not be found in any of the libraries or frameworks linked with your application.
Going back to v8.0.0 fixes this issue
Steps to reproduce
- Upgrade iOS project to 8.1.0
- Build project
Expected behavior
Builds and deploys successfully
SDK Version
8.1.0
Make and Model
iPhone 8 Simulator
OS
iOS 15.5
Additional Information/Context
No response