Skip to content

Commit

Permalink
SPM - Add note for required workaroud for apps with extensions (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
scannillo authored Apr 7, 2021
1 parent d39d6d5 commit 5d34060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d34060

Please sign in to comment.