Open adarshchiniwar-smartq opened 5 hours ago
Can you try something like this in the project file?
<ItemGroup>
<ObjcBindingApiDefinition Include="ApiDefinition1.cs" />
<ObjcBindingApiDefinition Include="ApiDefinition2.cs" />
<ObjcBindingApiDefinition Include="ApiDefinition3.cs" />
<ObjcBindingCoreSource Include="StructsAndEnums1.cs" />
<ObjcBindingCoreSource Include="StructsAndEnums2.cs" />
<ObjcBindingCoreSource Include="StructsAndEnums3.cs" />
</ItemGroup>
Hi @adarshchiniwar-smartq. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
Apple platform
iOS
Framework version
net8.0-*
Affected platform version
Description
Hi,
We have got 10 xcframework files that requires for an integration a payment device. I know that we need to create a ApiDefinitions and structsAndEnums.cs using Sharpie, How can i include ApidDefinitions and structsAndEnums.cs for each framework file in iOS Binding library and use it in .net maui project.
Thanks, Adarsh
Steps to Reproduce
Please help me with the sample project if you have. Below is .csproj file of iOS binding library.
Did you find any workaround?
No response
Build logs
No response