Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Build failed with the _OBJC_CLASS_$_FlurryPLCrashReporter", referenced from while updating the Flurry to the latest version 12.4.0 #261

Open
jesphinpt opened this issue Sep 20, 2023 · 2 comments
Assignees
Labels

Comments

@jesphinpt
Copy link

jesphinpt commented Sep 20, 2023

I am trying to upgrade the flurry sdk from v11.2.0 to v12.4.0 latest. I am using the manual sdk integration. (i.e) downloading the sdk and adding it to my project.

I am using the flurry analytics.

Now I have deleted the Flurry.h and added the new iOS framework and modified the import.

-#import "Flurry.h"
+@import Flurry_iOS_SDK;

Error:

ld: warning: Could not find or use auto-linked framework 'FBLPromises'
Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_FlurryPLCrashReporter", referenced from:
      objc-class-ref in Flurry_iOS_SDK(Flurry_iOS_SDK-arm64-master.o)
  "_OBJC_CLASS_$_FlurryPLCrashReporterConfig", referenced from:
      objc-class-ref in Flurry_iOS_SDK(Flurry_iOS_SDK-arm64-master.o)
ld: symbol(s) not found for architecture arm64

The screenshot for the manual downloaded framework files is available now.

Screenshot 2023-09-20 at 8 06 44 PM
@jesphinpt jesphinpt added the bug label Sep 20, 2023
@jesphinpt jesphinpt changed the title Flurry latest version 12.4.0 failed with the _OBJC_CLASS_$_FlurryPLCrashReporter", referenced from: Build failed with the _OBJC_CLASS_$_FlurryPLCrashReporter", referenced from while updating the Flurry to the latest version 12.4.0 Sep 20, 2023
@hunterhays
Copy link
Contributor

You need to include the CrashReporter.xcframework in your app in addition to Flurry_iOS_SDK.xcframework.

Please note FlurryAds is no longer supported or distributed by Flurry.

@jesphinpt
Copy link
Author

What is the replacement for the Flurry Ads

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants