Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS support #1

Closed
maeddin opened this issue Sep 21, 2022 · 1 comment · Fixed by #3
Closed

iOS support #1

maeddin opened this issue Sep 21, 2022 · 1 comment · Fixed by #3

Comments

@maeddin
Copy link

maeddin commented Sep 21, 2022

I'm just trying to write the duration to an audio file but the following error is thrown every time:

flutter: Invalid argument(s): Failed to lookup symbol 'store_dart_post_cobject': dlsym(RTLD_DEFAULT, store_dart_post_cobject): symbol not found
flutter: 
#0      DynamicLibrary.lookup (dart:ffi-patch/ffi_dynamic_library_patch.dart:34:70)
#1      RustWire._store_dart_post_cobjectPtr (package:metadata_god/src/bridge_generated.dart:540:62)
#2      RustWire._store_dart_post_cobjectPtr (package:metadata_god/src/bridge_generated.dart)
#3      RustWire._store_dart_post_cobject (package:metadata_god/src/bridge_generated.dart:543:7)
#4      RustWire._store_dart_post_cobject (package:metadata_god/src/bridge_generated.dart)
#5      RustWire.store_dart_post_cobject (package:metadata_god/src/bridge_generated.dart:534:12)
#6      StoreDartPostCObjectExt.storeDartPostCObject (package:flutter_rust_bridge/src/ffi/io.dart:15:5)
#7      FlutterRustBridgeBase._setUpRustToDartComm (package:flutter_rust_bridge/src/basic.dart:39:11)
#8      new FlutterRustBridgeBase (package:flutter_rust_bridge/src/basic.dart:22:5)
#9      new RustImpl.raw (package:metadata_god/src/bridge_generated.dart:77:34)
#10     new RustImpl (package:metadata_god/src/bridge_generated.d<…>
flutter: ----------------------------------------------------

Version: 0.2.0
Platform: IPhone Simulator
OS: iOS 16

EDIT: Sorry, didn't see, that iOS ist not supported. Is iOS support planned for the future?

@maeddin maeddin changed the title writeMetaData to Temporary File iOS support Sep 21, 2022
@KRTirtho
Copy link
Owner

KRTirtho commented Sep 21, 2022

I wish I could add support, but Apple 😮‍💨 requires Mac, which I don't have
I need someone who can add iOS support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants