rollbar / rollbar-ios

Objective-C library for crash reporting and logging with Rollbar.
https://docs.rollbar.com/docs/ios
MIT License
65 stars 61 forks source link

Deployment target for Rollbar changed to iOS 12.0 #338

Closed GRiMe2D closed 3 years ago

GRiMe2D commented 3 years ago

After update I'm getting this warning while archiving my project

ld: warning: dylib (../Rollbar.framework/Rollbar) was built for newer iOS version (12.0) than being linked (11.0)

I think this commit https://github.com/rollbar/rollbar-ios/commit/2949df4645aea778096394095c0a81381f013935 somehow changed it. I'm really sure you wanted to drop only iOS 8 support