尝试在我的应用中实施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 armv7sclang: error: linker command failed with exit code 1 (use -v to see invocation)
最佳答案
您必须包括SDK page中所述的SystemConfiguration框架。
关于ios - RevMob实现错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/19745390/