From d3a73b21bae9c6331d70ef5d62ea2cf766fe8bdc Mon Sep 17 00:00:00 2001 From: Samantha Cannillo Date: Wed, 7 Apr 2021 10:34:35 -0500 Subject: [PATCH 1/4] Add note about required workaroud for apps with extensions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc87f9fb..4d01ff32 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ If you look at your app target, you will see that the `BraintreeDropIn` library The `BraintreeDropIn` library offers Swift Package Manager support. +_Note_: There is a [known SPM issue](https://forums.swift.org/t/swift-package-binary-framework-issue/41922) for packages with binary dependencies (ex: BraintreeDropIn) and app's with extensions. You can read the report on Swift Forums and follow [this workaround](https://github.com/braintree/braintree-ios-drop-in/issues/317#issuecomment-815005747). + ### CocoaPods Add to your `Podfile`: From 9950a45c83dde10d0816eb21e23d70fc4b0dbfb8 Mon Sep 17 00:00:00 2001 From: Samantha Cannillo Date: Wed, 7 Apr 2021 10:37:45 -0500 Subject: [PATCH 2/4] Clarify wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d01ff32..e5f9dfe0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If you look at your app target, you will see that the `BraintreeDropIn` library The `BraintreeDropIn` library offers Swift Package Manager support. -_Note_: There is a [known SPM issue](https://forums.swift.org/t/swift-package-binary-framework-issue/41922) for packages with binary dependencies (ex: BraintreeDropIn) and app's with extensions. You can read the report on Swift Forums and follow [this workaround](https://github.com/braintree/braintree-ios-drop-in/issues/317#issuecomment-815005747). +_Note_: There is a [known SPM issue](https://forums.swift.org/t/swift-package-binary-framework-issue/41922) for apps with extensions that use Swift Packages with binary dependencies (ex: BraintreeDropIn). You can read the report on Swift Forums and follow [this workaround](https://github.com/braintree/braintree-ios-drop-in/issues/317#issuecomment-815005747). ### CocoaPods From 59a47965de57c7e91c02ca865f81235ea9825587 Mon Sep 17 00:00:00 2001 From: scannillo <35243507+scannillo@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:50:11 -0500 Subject: [PATCH 3/4] Update README.md Co-authored-by: sestevens <51723734+sestevens@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e5f9dfe0..1a253d94 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ To add the `BraintreeDropIn` package to your Xcode project, select File > Swift If you look at your app target, you will see that the `BraintreeDropIn` library is automatically linked as a framework to your app (see General > Frameworks, Libraries, and Embedded Content). -The `BraintreeDropIn` library offers Swift Package Manager support. _Note_: There is a [known SPM issue](https://forums.swift.org/t/swift-package-binary-framework-issue/41922) for apps with extensions that use Swift Packages with binary dependencies (ex: BraintreeDropIn). You can read the report on Swift Forums and follow [this workaround](https://github.com/braintree/braintree-ios-drop-in/issues/317#issuecomment-815005747). From ab1d37bd6714151bf0a86c506773e2cd348f1b71 Mon Sep 17 00:00:00 2001 From: scannillo <35243507+scannillo@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:50:21 -0500 Subject: [PATCH 4/4] Update README.md Co-authored-by: sestevens <51723734+sestevens@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a253d94..87aa3a08 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To add the `BraintreeDropIn` package to your Xcode project, select File > Swift If you look at your app target, you will see that the `BraintreeDropIn` library is automatically linked as a framework to your app (see General > Frameworks, Libraries, and Embedded Content). -_Note_: There is a [known SPM issue](https://forums.swift.org/t/swift-package-binary-framework-issue/41922) for apps with extensions that use Swift Packages with binary dependencies (ex: BraintreeDropIn). You can read the report on Swift Forums and follow [this workaround](https://github.com/braintree/braintree-ios-drop-in/issues/317#issuecomment-815005747). +_Note_: There is a [known SPM issue](https://forums.swift.org/t/swift-package-binary-framework-issue/41922) for apps with app extensions that use Swift Packages with binary dependencies. The issue occurs when uploading a build to App Store Connect. You can read the report on Swift Forums and follow [this workaround](https://github.com/braintree/braintree-ios-drop-in/issues/317#issuecomment-815005747). ### CocoaPods