Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
This repository was 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

@jesphinpt

Description

@jesphinpt

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions