What is the build action for .a and .dylib library file in MAUI iOS

Satya 160 Reputation points
2023-06-26T14:08:11.31+00:00

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
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.