Skip to content

How to initialize and start the .NET MAUI runtime from an iOS app #112420

Discussion options

You must be logged in to vote

Yes, you're right there are all compilation flags in binlog.

It worked!

dotnet publish -f net9.0-ios -r ios-arm64 /bl -c Debug
cd obj/Debug/net9.0-ios/ios-arm64/nativelibraries/
echo _main >> ../mtouch-symbols.list
clang++ -v -shared \
        -framework AuthenticationServices -framework CFNetwork -framework CloudKit -framework Contacts -framework ContactsUI -framework CoreFoundation -framework CoreGraphics -framework CoreImage -framework CoreLocation -framework CoreText -framework Foundation -framework ImageIO -framework Intents -framework LinkPresentation -framework MediaPlayer -framework QuartzCore -framework SafariServices -framework Security -framework UIKit -framework WebKit -framew…

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rainbowcardiod
Comment options

Comment options

You must be logged in to vote
3 replies
@rainbowcardiod
Comment options

@rolfbjarne
Comment options

@rainbowcardiod
Comment options

Answer selected by rainbowcardiod
Comment options

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

@rainbowcardiod
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants