Skip to content
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

[iOS] Does not work on physical device (arm64) #5

Closed
matmork opened this issue Apr 15, 2024 · 3 comments · Fixed by #7
Closed

[iOS] Does not work on physical device (arm64) #5

matmork opened this issue Apr 15, 2024 · 3 comments · Fixed by #7

Comments

@matmork
Copy link
Owner

matmork commented Apr 15, 2024

Running on a physical device in iOS results in crash.

Exception Type:  EXC_BAD_ACCESS (SIGKILL)
Exception Subtype: KERN_INVALID_ADDRESS at 0x80000003002d12c0 -> 0x00000003002d12c0 (possible pointer authentication failure)

Will investigate...

@hansmbakker
Copy link
Collaborator

Probably this is not related? rive-app/rive-ios#287

@matmork
Copy link
Owner Author

matmork commented Apr 15, 2024

Got it working by calling the Objective-C directly and not via the swift wrapper. Will probably work when Swift Interop is available (maybe .NET 9). Meanwhile this solution seems to be working, just requires some more code.

@matmork matmork changed the title [iOS] Does work on physical device (arm64) [iOS] Does not work on physical device (arm64) Apr 15, 2024
@hansmbakker
Copy link
Collaborator

The tracking issue for that is dotnet/runtime#93631 - maybe it can be added as a reference or link somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants