Skip to content

[Collaboration and Question] About the updated Firebase iOS Bindings #5

@vhugogarcia

Description

@vhugogarcia

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:
image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions