BranchMetrics / xamarin-branch-deep-linking-attribution

The Branch Xamarin SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
https://docs.branch.io/apps/xamarin/
MIT License
72 stars 17 forks source link

iOS Build Failing with v8.1.0: Native Linker Issue #149

Open yonkahlon opened 1 year ago

yonkahlon commented 1 year ago

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 '_OBJCCLASS$_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

  1. Upgrade iOS project to 8.1.0
  2. 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