forked from xamarin/GoogleApisForiOSComponents
-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
Hello @AdamEssenmacher , first, I would like to thank you for your effort to help us with the Firebase Bindings, really appreciate it.
I would like also to collaborate by updating the Plugin.Firebase from our friend Tobias, in fact I went ahead and updated the projects to use the latest version from your packages. You can find the updates here: https://github.com/vhugogarcia/Plugin.Firebase/tree/feature/packages-ios-upgrade
However, when trying to run a sample app to run some tests, I found that when building the iOS project, it returns the following error and warnings:

I have set the mtouch arguments as you mentioned it on the README.
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'">
<MtouchLink>None</MtouchLink>
<CreatePackage>false</CreatePackage>
<MtouchExtraArgs>--gcc_flags -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
<CreatePackage>false</CreatePackage>
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
<CodesignProvision>App Distribution</CodesignProvision>
<CodesignKey>iPhone Distribution</CodesignKey>
<CodesignEntitlements>Platforms\iOS\Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchUseLlvm>true</MtouchUseLlvm>
<MtouchExtraArgs>--gcc_flags -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos</MtouchExtraArgs>
</PropertyGroup>do you know if I'm missing something on my side?
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels