You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a plugin for Loupedeck and I need to communicate with midi devices. I've added Melanchall.DryWetMidi with NuGet, but when trying to use anything from the library I'm getting the following message:
dlopen(Melanchall_DryWetMidi_Native64.dylib, 0x0001): tried: 'Melanchall_DryWetMidi_Native64.dylib' (code signature in <9D20274E-4C51-3E08-83FE-760B260D7478> '/Users/zmij/gitrepo/LoupedeckDJPlugin/bin/Debug/Melanchall_DryWetMidi_Native64.dylib' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs))
Any advice will be appreciated.
The text was updated successfully, but these errors were encountered:
It's the first time I see such an error :-) Well, first of all, please try search the web for a solution (use search text "dylib not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs"). Looks like a problem with your project or setup. Maybe these articles will help you:
Hello!
I'm developing a plugin for Loupedeck and I need to communicate with midi devices. I've added Melanchall.DryWetMidi with NuGet, but when trying to use anything from the library I'm getting the following message:
dlopen(Melanchall_DryWetMidi_Native64.dylib, 0x0001): tried: 'Melanchall_DryWetMidi_Native64.dylib' (code signature in <9D20274E-4C51-3E08-83FE-760B260D7478> '/Users/zmij/gitrepo/LoupedeckDJPlugin/bin/Debug/Melanchall_DryWetMidi_Native64.dylib' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs))
Any advice will be appreciated.
The text was updated successfully, but these errors were encountered: