Bump Rollbar Apple SDK to 3.4.0 for Xcode 26.4 - #222
Merged
Conversation
waltjones
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change
RollbarNotifier3.3.3 does not compile on Xcode 26.4.RollbarReachability.mimports the private headernetinet6/in6.h, which the new toolchain rejects with "Use of private header from outside its module". Rollbar Apple SDK 3.4.0 removes that import (rollbar-apple#368), so bumping the pin is what unblocks iOS builds for consumers.3.4.0 changes no public headers, so
ios/RollbarReactNative.mneeds no edits. It also carries an upstream fix for an integer-overflow crash in crash-report address arithmetic (rollbar-apple#364).rollbar-react-nativestays at 1.0.1. The release bump is a separate change, matching how #196 and #203 handled prior SDK bumps.Type of change
Related issues
Verification
Verified statically, no build was run locally:
RollbarNotifier3.4.0 and its~> 3.4.0dependencies (RollbarCommon,RollbarCrash,RollbarReport) are published on CocoaPods trunk.RollbarNotifier.podspecis unchanged apart froms.version: same iOS deployment target,swift_versions, and module map.Reviewer check: in a consuming app,
pod installshould resolveRollbarNotifier (3.4.0)andxcodebuildshould succeed under Xcode 26.4, where 3.3.3 currently fails.Checklists
Development
Code review
🤖 Generated with Claude Code