From 5d34060e02ada70233405d503d608809709c5f08 Mon Sep 17 00:00:00 2001 From: scannillo <35243507+scannillo@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:50:32 -0500 Subject: [PATCH] SPM - Add note for required workaroud for apps with extensions (#318) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc87f9fb..87aa3a08 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ 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 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