-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Add Native iOS Support #1829
Add Native iOS Support #1829
Conversation
Looks like the build server is trying to restore the workloads incorrectly. I'll fix that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see this landing
Passing the build now, but I had to disable the Mac Catalyst target for now. |
Actually, I'm going to move the Android changes to their own PR for cleanliness. |
Ok, ready now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff. Thanks Matt
Add platform support for the
net6.0-ios
target by bundling the Sentry Cocoa SDK.More to do later, as indicated by comments, but this all works.
Note, we require a Mac to build these targets. I tried enabling "Pair to Mac" and building on Windows, but there are a lot of gotchas. We can resolve that later.