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
NOTE: By default, XCode will skip bundling the libexample.a library if it detects that it is not being used. To force its inclusion, add dummy invocations in SwiftMylibPlugin.swift that use every single native function that you use from Flutter:
The workaround on the Readme will get you around the fact that XCode strips unused symbols (from the Swift perspective, ignoring Dart invications).
Second
Even this trick will not suffice with the latest version of XCode, so there is another issue to track this: #16 (comment)
dart-archive/ffi#75
The text was updated successfully, but these errors were encountered: