I have been trying to add Swift Package dependency ("wireguard") in my xcode project but it shows the error that ld: Library not found
I have added it locally with URL path like path///user/Desktop/xyz and from GitHub as well but it shows the same error. I have tried many solution from stack overflow and many other platforms but nothing works.
Please guide me how to add SPM locally in my project My xcode version is 12.3. PS I have access to apple developer account and my local package is working fine no errors their.