2013-11-02 90 views
1

當我嘗試在我的應用中實施RevMob橫幅廣告和全屏廣告時,出現這些錯誤。我能做什麼?RevMob執行錯誤

Undefined symbols for architecture armv7s: "_SCNetworkReachabilityGetFlags", referenced from: -[BCFAdsReachability connectionRequired] in RevMobAds(BCFAdsReachability.o) -[BCFAdsReachability currentReachabilityStatus] in RevMobAds(BCFAdsReachability.o) "_SCNetworkReachabilityCreateWithAddress", referenced from: +[BCFAdsReachability reachabilityWithAddress:] in RevMobAds(BCFAdsReachability.o) "_SCNetworkReachabilityCreateWithName", referenced from: +[BCFAdsReachability reachabilityWithHostName:] in RevMobAds(BCFAdsReachability.o) "_SCNetworkReachabilityScheduleWithRunLoop", referenced from: -[BCFAdsReachability startNotifier] in RevMobAds(BCFAdsReachability.o) "_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from: -[BCFAdsReachability stopNotifier] in RevMobAds(BCFAdsReachability.o) "_SCNetworkReachabilitySetCallback", referenced from: -[BCFAdsReachability startNotifier] in RevMobAds(BCFAdsReachability.o) ld: symbol(s) not found for architecture armv7s clang: error: linker command failed with exit code 1 (use -v to see invocation)

+0

對「未定義的架構符號」錯誤消息進行一些研究。瞭解如何通過查找符號來解決它們。 – rmaddy

回答

3

您必須包括爲在SDK page描述的SystemConfiguration框架。