-
Notifications
You must be signed in to change notification settings - Fork 17
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
Rollbar won't compile for a Swift Mac OS app #348
Comments
@ajram23 This should be fixed now in the latest 3.3.1. Cocoapods release may take a bit longer to go out. Thanks for the report! |
@matux Glad! Had to struggle with 2 weeks of back and forth with your support which ended up being a deadline. So grateful that you fixed this right away! Will check it out! |
Thank you for your patience, @ajram23. I'll make sure to pass your message. |
Can confirm this works! Thank you! 🙏🏼 |
Hi there, I'm still getting an error:
Does this support a specific range of Xcode 16 betas? I'm trying it out on Thanks! |
@nemesis Works for me on the latest Xcode Beta.. (Mac app not iOS) |
Sorry, forgot to mention, I'm trying to run this as part of an iOS target. I can provide more debug info if needed? |
I am just another dev who filed the bug. Dont work for roller :) |
@matux I pushed a minimal repro project to https://github.com/nemesis/rollbar-xcode16 $ git clone
$ tuist install
$ tuist generate seems that the issue is fixable by doing #include <sys/_types/_ucontext64.h> before typedef'ing here |
Great, thanks for taking care of it! |
A new version 3.3.2 with the compilation issue addressed is out for SPM, Cocoapods release coming soon. |
Any update on that Cocoapods release after a month? |
@timothyrobb 3.3.2 is out now in Cocoapods, thank you for your patience! |
@matux How do i install this? |
Describe the bug
Trying to integrate with Rollbar in my swift APP
To Reproduce
Steps to reproduce the behavior:
Expected behavior
See attached screen shot
Screenshots


If applicable, ad
d screenshots to help explain your problem.
Rollbar-Apple SDK version: v...
Calling the SDK from (x-mark all suitable):
[] Objective-C
[X] Swift
[] Other:
Runtime environment (please complete the following information as applicable):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: