Dear Xamarin.Mac Guys.
I'd like to use 3rd party library as framework on Xamarin.Mac.
This library has 4 frameworks as attached screen shot of Xcode.
Lib_A.framework, Lib_B.framework, Lib_C.framework are only have links.
Lib_ABC_Runtime.framework have many actual binaries.
In Xcode, I can set up this library as attached.
Xcode have two different phases .
- Link Binary with Libraries
- Copy Files
In Xamarin Studio.
I added in Native references Lib_ABC_Runtime.framework , but I got link error as below.
ld : framework not found Lib_ABC_Runtime.framework.
Does anyone know how to link frameworks like a Xcode ?
Best regards.
Simeon