iOS开发缺少framework对应错误提示

来源:互联网 发布:淘宝站外推广定义 编辑:程序博客网 时间:2024/05/17 08:21

StoreKit.framework

Undefined symbols for architecture i386:"_OBJC_CLASS_$_SKPayment", referenced from:objc-class-ref in Parse(PFPurchase.o)"_OBJC_CLASS_$_SKPaymentQueue", referenced from:objc-class-ref in Parse(PFPurchase.o)objc-class-ref in Parse(PFPaymentTransactionObserver.o)"_OBJC_CLASS_$_SKProductsRequest", referenced from:objc-class-ref in Parse(PFPurchase.o)ld: symbol(s) not found for architecture i386clang: error: linker command failed with exit code 1 (use -v to see invocation)

iAd.framework

ld: warning: ignoring file /Users/macmini/Desktop/Test/iAd.framework/iAd, missing required architecture i386 in file /Users/macmini/Desktop/Test/iAd.framework/iAd (2 slices)Undefined symbols for architecture i386:  "_ADBannerContentSizeIdentifier320x50", referenced from:      -[ViewController viewDidLoad] in ViewController.o  "_OBJC_CLASS_$_ADBannerView", referenced from:      objc-class-ref in ViewController.old: symbol(s) not found for architecture i386clang: error: linker command failed with exit code 1 (use -v to see invocation)

JavaScriptCore.framework

Undefined symbols for architecture armv7:  "_OBJC_CLASS_$_JSValue", referenced from:      objc-class-ref in MOBFoundation  "_OBJC_CLASS_$_JSContext", referenced from:      objc-class-ref in MOBFoundationld: symbol(s) not found for architecture armv7clang: error: linker command failed with exit code 1 (use -v to see invocation)Showing first 200 warnings only

ImageIO.framework

Undefined symbols for architecture armv7:  "_kCGImageSourceThumbnailMaxPixelSize", referenced from:      +[UIImage(WBSDKResize) wbsdk_resizeImageToMaxSize:sourcePath:] in libWeiboSDK.a(UIImage+WBSDKResize.o)  "_kCGImageSourceCreateThumbnailWithTransform", referenced from:      +[UIImage(WBSDKResize) wbsdk_resizeImageToMaxSize:sourcePath:] in libWeiboSDK.a(UIImage+WBSDKResize.o)  "_kCGImageSourceCreateThumbnailFromImageAlways", referenced from:      +[UIImage(WBSDKResize) wbsdk_resizeImageToMaxSize:sourcePath:] in libWeiboSDK.a(UIImage+WBSDKResize.o)  "_kCGImagePropertyPixelHeight", referenced from:      +[UIImage(WBSDKResize) wbsdk_imageSizeWithoutLoadingWithPath:] in libWeiboSDK.a(UIImage+WBSDKResize.o)  "_kCGImagePropertyPixelWidth", referenced from:      +[UIImage(WBSDKResize) wbsdk_imageSizeWithoutLoadingWithPath:] in libWeiboSDK.a(UIImage+WBSDKResize.o)  "_CGImageSourceCopyPropertiesAtIndex", referenced from:      +[UIImage(WBSDKResize) wbsdk_imageSizeWithoutLoadingWithPath:] in libWeiboSDK.a(UIImage+WBSDKResize.o)  "_CGImageSourceCreateWithURL", referenced from:      +[UIImage(WBSDKResize) wbsdk_resizeImageToMaxSize:sourcePath:] in libWeiboSDK.a(UIImage+WBSDKResize.o)      +[UIImage(WBSDKResize) wbsdk_imageSizeWithoutLoadingWithPath:] in libWeiboSDK.a(UIImage+WBSDKResize.o)  "_CGImageSourceCreateThumbnailAtIndex", referenced from:      +[UIImage(WBSDKResize) wbsdk_resizeImageToMaxSize:sourcePath:] in libWeiboSDK.a(UIImage+WBSDKResize.o)ld: symbol(s) not found for architecture armv7clang: error: linker command failed with exit code 1 (use -v to see invocation)

SystemConfiguration.framework

Undefined symbols for architecture i386: "_SCError", referenced from: -[Reachability startNotifier] in Reachability.o "_SCErrorString", referenced from: -[Reachability startNotifier] in Reachability.o "_SCNetworkReachabilityCreateWithAddress", referenced from: +[Reachability reachabilityWithAddress:] in Reachability.o "_SCNetworkReachabilityCreateWithName", referenced from: +[Reachability reachabilityWithHostname:] in Reachability.o "_SCNetworkReachabilityGetFlags", referenced from: -[Reachability isReachable] in Reachability.o -[Reachability isReachableViaWWAN] in Reachability.o -[Reachability isReachableViaWiFi] in Reachability.o -[Reachability connectionRequired] in Reachability.o -[Reachability isConnectionOnDemand] in Reachability.o -[Reachability isInterventionRequired] in Reachability.o -[Reachability reachabilityFlags] in Reachability.o ... "_SCNetworkReachabilitySetCallback", referenced from: -[Reachability startNotifier] in Reachability.o -[Reachability stopNotifier] in Reachability.o "_SCNetworkReachabilitySetDispatchQueue", referenced from: -[Reachability startNotifier] in Reachability.o -[Reachability stopNotifier] in Reachability.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Undefined symbols for architecture armv7:  "_GKPlayerAuthenticationDidChangeNotificationName", referenced from:      -[NSGameCenter init] in NSGameCenter.o      -[NSGameCenter registerForAuthenticationNotification] in NSGameCenter.o  "_OBJC_CLASS_$_GKAchievementViewController", referenced from:      objc-class-ref in NSGameCenter.o  "_OBJC_CLASS_$_GKScore", referenced from:      objc-class-ref in NSGameCenter.o  "_OBJC_CLASS_$_GKLeaderboardViewController", referenced from:      objc-class-ref in NSGameCenter.o  "_OBJC_CLASS_$_GKLocalPlayer", referenced from:      objc-class-ref in NSGameCenter.o  "_OBJC_CLASS_$_GKAchievement", referenced from:      objc-class-ref in NSGameCenter.old: symbol(s) not found for architecture armv7clang: error: linker command failed with exit code 1 (use -v to see invocation)

MediaPlayer.framework

 "_OBJC_CLASS_$_MPMusicPlayerController", referenced from:      objc-class-ref in ocCoreSound.old: symbol(s) not found for architecture armv7clang: error: linker command failed with exit code 1 (use -v to see invocation)

MediaPlayer.framework EventKitUI.framework EventKit.framework

"_OBJC_CLASS_$_EKEvent", referenced from:       objc-class-ref in libGoogleAdMobAds.a(GADOpener.o)libGoogleAdMobAds.a  not found for architecture armv7

AVFoundation.framework

Undefined symbols for architecture armv7:  "_OBJC_CLASS_$_AVAudioSession", referenced from:  objc-class-ref in libGoogleAdMobAds.a(GADDevice.o)  "_AVAudioSessionPortHeadphones", referenced from:      -[GADDevice audioRouteUsingAVAudioSession] in libGoogleAdMobAds.a(GADDevice.o)  "_AVAudioSessionPortBuiltInSpeaker", referenced from:      -[GADDevice audioRouteUsingAVAudioSession] in libGoogleAdMobAds.a(GADDevice.o)
    0 0
    原创粉丝点击