Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すでに分析が有効になっており、機能しています
私が追加しました:
#import "FlurryAdDelegate.h" #import "FlurryAppCircle.h" #import "FlurryOffer.h" #import "FlurryAnalytics.h"
この行は、このエラーをスローします -宣言されていない識別子 "FlurryAPI" の使用:
[FlurryAPI setAppCircleEnabled:YES];
FlurryAPI を持つクラスをインポートしたことは確かですか? flurryAPI のすべての指示に従いましたか? インポートに必要なものがそれだけだった場合は、おそらく文字列を作成する必要があります (または、flurry が使用するものは何でも!)
もう 1 つの問題は、フレームワークをインポートするのを忘れている可能性があるということです。