Skip to content

.Net for iOS => net8.0-ios compatibility #28

Answered by jbouche-work
jbouche-work asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

We have fixed it.
It was not a problem of the GoogleApisForiOSComponents nugets.
And yes the nugets are compatible with .Net8 for iOS.

We was building our project with ARMv7 witch is obsolete with .Net 8.
Now we build only with :
<MtouchArch>ARM64</MtouchArch>

We had also to disable AOT for iOS in release :
<UseInterpreter>true</UseInterpreter>

Jérôme.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@bengavin
Comment options

@jbouche-work
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jbouche-work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants