4,164 questions
What is the build action for .a and .dylib library file in MAUI iOS
Satya
160
Reputation points
What is the build action for .a and .dylib library file in MAUI iOS?
I have tried adding this below code in .cs proj file.
<ItemGroup>
<ObjcBindingNativeLibrary Include="Platforms\iOS\libfsdk-static.a"></ObjcBindingNativeLibrary>
<ObjcBindingNativeLibrary Include="Platforms\iOS\libfsdk.dylib"></ObjcBindingNativeLibrary>
</ItemGroup>
Developer technologies | .NET | .NET MAUI
Sign in to answer