gsioteam/flutter_git

iOS build release stripped code

Opened this issue · 0 comments

Build debug okay but build release error with message:

flutter: Error Invalid argument(s): Failed to lookup symbol (dlsym(RTLD_DEFAULT, flutter_set_cacert_path): symbol not found)

Maybe XCode stripped unused code, the lib delare with FFI will be stripped, config Strip-Type to Non-Global-Symbols but not works.