-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mono] Fix compilation errors for iOS-arm64 sample #47115
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
The sample still doesn't work, it crashes with:
on start but at least it builds now. |
@EgorBo I get a crash event if I revert the hybrid suspend change:
This is an x64 simulator. compiled using |
AFAIK we don't build the sample in AOT on CI nor we run tests for iOS-AOT so it could be in the broken state for quite a while. |
We build the sample on CI, but don't set the AOT params. As for the functional tests, we're blocked on a few things. #47057 is the first one and the second is that the simulator hangs. |
It doesn't build currently: we don't need entrypoint.c (references symbols iOS doesn't have e.g. from pal_console)
Also
$(PackageRID)
is evaluated asosx-x64
instead ofarm64-x64
, here is where my cross-compiler is defined: