stripe/stripe-ios

[Feature] Use mergeable libraries to reduce launch time in release mode.

jesus-mg-ios opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Use mergeable libraries to reduce launch time in release mode (https://developer.apple.com/documentation/xcode/configuring-your-project-to-use-mergeable-libraries)

Describe alternatives you've considered

Static xcframework with stripe asset bundle could be a suitable way for people using the below version of Xcode 15

Additional context

Hello, thanks for filing this! We'll track this issue to enable support for this on our pre-built libraries. For now, I think both Swift Package Manager and Cocoapods build static libraries by default. This should provide you with the same runtime benefits as mergeable libraries.