Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPM - Add note for required workaroud for apps with extensions #318

Merged
merged 4 commits into from
Apr 7, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
scannillo marked this conversation as resolved.
Show resolved Hide resolved

_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).
scannillo marked this conversation as resolved.
Show resolved Hide resolved

### CocoaPods

Add to your `Podfile`:
Expand Down