You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please do not include your API secret or public_key in any issue.
A detailed description of the steps to reproduce the issue
While converting some of our dependencies from dynamic libraries to static to reduce app size and app launch time, we notice that LinkKit is distributed as dynamic framework. It would if the xcframework included the -make_mergeable linker flag that adds a new load command to the dylib, making it a mergeable library, that could be linked to app binary, just like a static library.
When submitting an issue for Link on the web or within a Webview, please include the following information:
Name
Value
Link env
Browser
Operating system
When submitting an issue for Plaid Link iOS please include the following information:
Name
Value
Link env
LinkKit version
iOS version
iOS device
List of used 3rd party libraries (e.g. CocoaPods):
Please do not include your API
secret
orpublic_key
in any issue.A detailed description of the steps to reproduce the issue
While converting some of our dependencies from dynamic libraries to static to reduce app size and app launch time, we notice that LinkKit is distributed as dynamic framework. It would if the xcframework included the
-make_mergeable
linker flag that adds a new load command to the dylib, making it a mergeable library, that could be linked to app binary, just like a static library.When submitting an issue for Link on the web or within a Webview, please include the following information:
env
When submitting an issue for Plaid Link iOS please include the following information:
env
List of used 3rd party libraries (e.g. CocoaPods):
The text was updated successfully, but these errors were encountered: