Closed mouEsam closed 2 years ago
Does the example app runs perfectly fine one macOS? (with actual audio file path) :smiley:
The example runs and loads the library fine. I’ll test an actual audio file and post the result.
Thanks man. You're awesome
Confirmed! The library works fine. You can merge safely.
Hey looks like macos version is not working and the example app throwing following error
Looks like macos/Frameworks/rust_crate.framework/Versions/A/rust_crate
is a static reference so it won't work anywhere except your own macOS instance :sweat_smile: . Can't we directly put the librust.dylib
in macos/Frameworks/rust_crate.framework/Versions/A
renaming to rust_crate
?
Looks like the issue is with the symbolic link in the framework. I’ll look into it.
@mouEsam can https://github.com/KRTirtho/metadata_god/issues/26 be looked into please?
@mouEsam can https://github.com/KRTirtho/metadata_god/issues/26 be looked into please?
Gladly tomorrow 👍
Gladly tomorrow 👍
Hey @mouEsam, Were you able to look into it? If there's something needed from my end, then lemme know
This PR adds support for macOS and iOS.
Closes #1