You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
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.