-
Notifications
You must be signed in to change notification settings - Fork 30
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
v1.5.0 (latest) no longer works on Xcode 18 #136
Comments
It looks like this has been fixed in RollbarNotifier 3.3.2 |
Hi, Any guide on how to fix this issue?? |
Same issue as @timothyrobb here. App stop building after update to XCode 18. I've checked the code here and the version 1.5.0 still pointing to the old RollbarNotifier version |
It's been 14 months since the rollbar team updated pub.dev... that's a long time between platform versions:
I noticed some fixes on repo, and since this is technically still in beta, I'm targeting the repo directly in my pubspec.yml
Can we push this change, or anyone forked it yet? |
and ... shit. from readme.
|
- updated to latest iOS RollbarNotifier based on comments here rollbar#136 - also ran into issue in AndroidManifest.xml where packagee name has moved to gradle namespace
if anyone needs a fork, i updated code to handle RollbarNotifier and fixed the AndroidManifest.xml packageName/namespace issue for Android 15. add it to your
Hope this helps as a stopgap, but yup, project is dead... Crashalytics anyone? |
Using the latest released version of Xcode, v18, and using the latest version of
rollbar_flutter
, v1.5.0, we get compiler errors.This makes the package and service entirely unusable for any project that uses the latest version of Xcode.
I know this package is barely maintained, if ever. But if this isn't patched shortly, you're going to find almost every user of this package disappearing over a few months and using another service entirely.
The text was updated successfully, but these errors were encountered: