Skip to content

Commit b605748

Browse files
committed
feat(readme): document removal of use_frameworks from cocoapods
1 parent de0770c commit b605748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,7 @@ _Questions? [Contact us](https://support.branch.io/support/tickets/new)_
13731373
* For BOTH Cordova and Capacitor, you must use Xcode >= 11.1, CocoaPods >= 1.8.4, Cordova >= 9.0.0, Ionic-CLI >= 5.1, cordova-ios >= 5.1.0
13741374
* Every single one of these dependencies has fixes that allow the command line build, and the pod dependency resolution to work correctly
13751375
* You MUST use @capacitor/ios >= 1.4.0. Versions prior to that version did not federate the OpenURL notifications to other plugins, including Branch.
1376+
* `use_frameworks` has been removed from this plugin and will now be statically built. If the other podfile uses `use_frameworks` that is fine but this plugin no longer flags itself as dynamic.
13761377
* When using Capacitor, you must add the following entries yourself to `ios/App/App/Info.plist`:
13771378
```sh
13781379
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)