Added this in .csproj file, which seems to fix the issue with nuget package.
<PropertyGroup Condition="'$(RuntimeIdentifier)' != 'ios-arm64'"> <RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier> </PropertyGroup>