flurry / flurry-ios-sdk

Flurry iOS SDK CocoaPods
Apache License 2.0
155 stars 65 forks source link

FlurryMessage no longer in scope #244

Open redimongo opened 1 year ago

redimongo commented 1 year ago

Describe the bug Updated Flurry SDK and getting errors because API has changed.

FlurryMessaging.setAutoIntegrationForMessaging() - error: Cannot find 'FlurryMessaging' in scope

This Bug is About Please choose the closest item by replacing [ ] with [x].

Platform Please choose the platform(s) that you are having the issue by replacing [ ] with [x].

Environment Please tell us the versions of Flurry SDK, XCode, and iOS you are using.

To Reproduce Steps to reproduce the behavior:

  1. updated to (12.1.1) from old 1 year old version

Screenshots

Screen Shot 2022-07-11 at 5 24 07 pm

Additional context Are you using Flurry Push/Messaging? Yes (iOS) Are you using CocoaPods or manual binary integration? Yes

flurrydev commented 1 year ago

@redimongo

We made a change in 12.1.1 from static libraries to frameworks and you will need to import Flurry_Messaging

import Flurry_Messaging