mozilla / uniffi-rs

a multi-language bindings generator for rust
https://mozilla.github.io/uniffi-rs/
Mozilla Public License 2.0
2.7k stars 224 forks source link

iOS Framework Expected in: /usr/lib/libc++.1.dylib #2124

Closed songhuaixu closed 3 months ago

songhuaixu commented 4 months ago
dyld: Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE
  Referenced from: /private/var/containers/Bundle/Application/9BCB1E96-1365-4516-B9BE-854D1E99C150/Example.app/Frameworks/RustDemo.framework/RustDemo
  Expected in: /usr/lib/libc++.1.dylib
 in /private/var/containers/Bundle/Application/9BCB1E96-1365-4516-B9BE-854D1E99C150/Example.app/Frameworks/RustDemo.framework/RustDemo
mhammond commented 4 months ago

Sorry but we've no idea about your package or your environment. Are you able to reproduce this in any of our examples?

badboy commented 4 months ago

fwiw just doing a websearch for that symbol reveals a lot of issue reports for all sorts of projects. Seems most often this was some incompatibility between macOS versions.

songhuaixu commented 3 months ago

fwiw just doing a websearch for that symbol reveals a lot of issue reports for all sorts of projects. Seems most often this was some incompatibility between macOS versions.

Yes, that's true. Thank you