dart-native / dart_native

Write iOS&macOS&Android Code using Dart. This package liberates you from redundant glue code and low performance of Flutter Channel.
BSD 3-Clause "New" or "Revised" License
951 stars 77 forks source link

iOS 集成报错 Failed to lookup symbol (dlsym(0x10d77d7e0, RegisterDeallocCallback): symbol not found #115

Closed jianniou closed 1 week ago

jianniou commented 1 year ago

Describe the bug flutter是 module工程 打包framework 手动集成到Native工程, 但是使用 dart_native中报错 Invalid argument(s): Failed to lookup symbol (dlsym(0x10d77d7e0, RegisterDeallocCallback): symbol not found 想知道是什么问题引起的

平台: iOS dart_native版本: 0.7.11

yulingtianxia commented 1 year ago

Describe the bug flutter是 module工程 打包framework 手动集成到Native工程, 但是使用 dart_native中报错 Invalid argument(s): Failed to lookup symbol (dlsym(0x10d77d7e0, RegisterDeallocCallback): symbol not found 想知道是什么问题引起的

平台: iOS dart_native版本: 0.7.11

参考这个 issue:https://github.com/dart-native/dart_native/issues/24