From e11debd7375f6dafebcf0e56358718f2126605cb Mon Sep 17 00:00:00 2001 From: Mikalai Daronin Date: Sun, 19 Dec 2021 00:17:50 +0300 Subject: [PATCH] fix: add NoBindingEmbedding to the iOS binding projects. "NoBindingEmbedding = True" is required when using an XCFramework, otherwise the comsuming app project will get linker errors on all Objective-C classes. https://github.com/xamarin/xamarin-macios/issues/10774#issuecomment-791518403 --- .../CobrowseIO.AppExtension.iOS.csproj | 1 + iOS/CobrowseIO.iOS/CobrowseIO.iOS.csproj | 1 + iOS/Starscream.iOS/Starscream.iOS.csproj | 1 + iOS/SwiftCBOR.iOS/SwiftCBOR.iOS.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/iOS/CobrowseIO.AppExtension.iOS/CobrowseIO.AppExtension.iOS.csproj b/iOS/CobrowseIO.AppExtension.iOS/CobrowseIO.AppExtension.iOS.csproj index 80fa31f..1274db9 100644 --- a/iOS/CobrowseIO.AppExtension.iOS/CobrowseIO.AppExtension.iOS.csproj +++ b/iOS/CobrowseIO.AppExtension.iOS/CobrowseIO.AppExtension.iOS.csproj @@ -12,6 +12,7 @@ CobrowseIO.AppExtension.iOS PackageReference https://github.com/cobrowseio/cobrowse-sdk-ios-binary/tree/master/CobrowseIOAppExtension.xcframework + true true diff --git a/iOS/CobrowseIO.iOS/CobrowseIO.iOS.csproj b/iOS/CobrowseIO.iOS/CobrowseIO.iOS.csproj index f033b2c..66f2c31 100644 --- a/iOS/CobrowseIO.iOS/CobrowseIO.iOS.csproj +++ b/iOS/CobrowseIO.iOS/CobrowseIO.iOS.csproj @@ -12,6 +12,7 @@ CobrowseIO.iOS PackageReference https://github.com/cobrowseio/cobrowse-sdk-ios-binary + true true diff --git a/iOS/Starscream.iOS/Starscream.iOS.csproj b/iOS/Starscream.iOS/Starscream.iOS.csproj index f471e8e..49c726d 100644 --- a/iOS/Starscream.iOS/Starscream.iOS.csproj +++ b/iOS/Starscream.iOS/Starscream.iOS.csproj @@ -12,6 +12,7 @@ Starscream.iOS PackageReference https://github.com/daltoniam/Starscream + true true diff --git a/iOS/SwiftCBOR.iOS/SwiftCBOR.iOS.csproj b/iOS/SwiftCBOR.iOS/SwiftCBOR.iOS.csproj index e559f5a..d0118bd 100644 --- a/iOS/SwiftCBOR.iOS/SwiftCBOR.iOS.csproj +++ b/iOS/SwiftCBOR.iOS/SwiftCBOR.iOS.csproj @@ -12,6 +12,7 @@ SwiftCBOR.iOS PackageReference https://github.com/myfreeweb/SwiftCBOR + true true