#Struggling to add dynamic libraries to Tauri
4 messages · Page 1 of 1 (latest)
nevermind, i figured that out, so now i'm just down to MacOS not finding the framework
so for mac, it looks like i need to be able to give tauri an rpath or that gets shipped with the app?
so i know theres the frameworks property in tauri config, but i've never gotten that to work... I see it copies the framework to the application folder on build, but neither in production nor in dev, is the application able to reference that framework file properly