2014-02-25 45 views
4

我正在一個應用程序,我實際上下載並試圖讓它運行。 這裏的鏈接 http://mousebirdconsulting.blogspot.com/2013/12/whirlyglobe-22.html 我遵循了T的所有說明,包括我的頭文件,檢查了我的鏈接庫,構建階段,框架路徑。然而,在以我認爲正確的方式配置程序之後......出現了沒有90-95錯誤的地方。 我已經閱讀了許多有關同一主題的問題,並遵循了最好的代碼說明,確保我的quatzcore.framework存在但無濟於事。 如果有人可以看看這個,看看哪個框架丟失了,或者是爲什麼它會出現這些錯誤。因爲我相信所有的框架和文件都在那裏。 謝謝原因不明的蘋果馬赫連接器錯誤

Undefined symbols for architecture i386: 
    "_CGBitmapContextCreate", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGColorGetComponents", referenced from: 
     -[UIColor(Stuff) asRGBAColor] in WhirlyGlobeMaplyComponent(UIColor+Stuff.o) 
     -[UIColor(Stuff) asVec4] in WhirlyGlobeMaplyComponent(UIColor+Stuff.o) 
    "_CGColorGetNumberOfComponents", referenced from: 
     -[UIColor(Stuff) asRGBAColor] in WhirlyGlobeMaplyComponent(UIColor+Stuff.o) 
     -[UIColor(Stuff) asVec4] in WhirlyGlobeMaplyComponent(UIColor+Stuff.o) 
    "_CGColorSpaceCreateDeviceRGB", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGColorSpaceRelease", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGContextAddPath", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextDrawImage", referenced from: 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[TextureAtlas createTexture:] in WhirlyGlobeMaplyComponent(TextureAtlas.o) 
    "_CGContextFillRect", referenced from: 
     -[MaplyAnimationTestTileSource imageForTile:] in WhirlyGlobeMaplyComponent(MaplyAnimationTestTileSource.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_CGContextRelease", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGContextScaleCTM", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextSetFillColorWithColor", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextSetLineJoin", referenced from: 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_CGContextSetLineWidth", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_CGContextSetStrokeColorWithColor", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextSetTextDrawingMode", referenced from: 
     -[MaplyAnimationTestTileSource imageForTile:] in WhirlyGlobeMaplyComponent(MaplyAnimationTestTileSource.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_CGContextStrokePath", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextTranslateCTM", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGDataProviderCreateWithData", referenced from: 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGDataProviderRelease", referenced from: 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGImageCreate", referenced from: 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGImageGetHeight", referenced from: 
     +[WhirlyKitLoadedImage LoadedImageWithUIImage:] in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     +[WhirlyKitLoadedImage LoadedImageWithNSDataAsPNGorJPG:] in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGImageGetWidth", referenced from: 
     +[WhirlyKitLoadedImage LoadedImageWithUIImage:] in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     +[WhirlyKitLoadedImage LoadedImageWithNSDataAsPNGorJPG:] in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGImageRelease", referenced from: 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGPathRelease", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGRectZero", referenced from: 
     -[TestViewController makeSelectionView:] in TestViewController.o 
    "_NSFontAttributeName", referenced from: 
     -[WhirlyKitFontTextureManager addString:changes:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitLabelRenderer renderWithFonts] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitFontTextureManager addString:changes:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitLabelRenderer renderWithFonts] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_NSForegroundColorAttributeName", referenced from: 
     -[WhirlyKitFontTextureManager addString:changes:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitLabelRenderer renderWithFonts] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitFontTextureManager addString:changes:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitLabelRenderer renderWithFonts] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_OBJC_CLASS_$_CADisplayLink", referenced from: 
     objc-class-ref in WhirlyGlobeMaplyComponent(EAGLView.o) 
    "_OBJC_CLASS_$_CAEAGLLayer", referenced from: 
     objc-class-ref in WhirlyGlobeMaplyComponent(EAGLView.o) 
    "_OBJC_CLASS_$_UIApplication", referenced from: 
     objc-class-ref in AFNetworkActivityIndicatorManager.o 
     objc-class-ref in AFURLConnectionOperation.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(EAGLView.o) 
    "_OBJC_CLASS_$_UIBarButtonItem", referenced from: 
     objc-class-ref in TestViewController.o 
    "_OBJC_CLASS_$_UIColor", referenced from: 
     objc-class-ref in AppDelegate.o 
     objc-class-ref in ConfigViewController.o 
     objc-class-ref in StartupViewController.o 
     objc-class-ref in TestViewController.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyAnimationTestTileSource.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyViewController.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyBaseViewController.o) 
     ... 
    "_OBJC_CLASS_$_UIDevice", referenced from: 
     objc-class-ref in TestViewController.o 
     objc-class-ref in AFHTTPClient.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(LabelManager.o) 
    "_OBJC_CLASS_$_UIFont", referenced from: 
     objc-class-ref in TestViewController.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyAnimationTestTileSource.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_OBJC_CLASS_$_UIImage", referenced from: 
     objc-class-ref in TestViewController.o 
     objc-class-ref in AFImageRequestOperation.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyImageTile.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(Texture.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyBaseInteractionLayer.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     ... 
    "_OBJC_CLASS_$_UIImageView", referenced from: 
     l_OBJC_$_CATEGORY_UIImageView_$__AFNetworking in UIImageView+AFNetworking.o 
     l_OBJC_$_CATEGORY_UIImageView_$_AFNetworking in UIImageView+AFNetworking.o 
    "_OBJC_CLASS_$_UILabel", referenced from: 
     objc-class-ref in TestViewController.o 
    "_OBJC_CLASS_$_UINavigationController", referenced from: 
     objc-class-ref in AppDelegate.o 
    "_OBJC_CLASS_$_UIPanGestureRecognizer", referenced from: 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyPanDelegate.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(PanDelegateFixed.o) 
    "_OBJC_CLASS_$_UIPinchGestureRecognizer", referenced from: 
     objc-class-ref in WhirlyGlobeMaplyComponent(WhirlyGlobeViewController.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyPinchDelegate.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(PinchDelegateFixed.o) 
    "_OBJC_CLASS_$_UIPopoverController", referenced from: 
     objc-class-ref in TestViewController.o 
    "_OBJC_CLASS_$_UIResponder", referenced from: 
     _OBJC_CLASS_$_AppDelegate in AppDelegate.o 
    "_OBJC_CLASS_$_UIRotationGestureRecognizer", referenced from: 

Undefined symbols for architecture i386: 
    "_CGBitmapContextCreate", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGColorGetComponents", referenced from: 
     -[UIColor(Stuff) asRGBAColor] in WhirlyGlobeMaplyComponent(UIColor+Stuff.o) 
     -[UIColor(Stuff) asVec4] in WhirlyGlobeMaplyComponent(UIColor+Stuff.o) 
    "_CGColorGetNumberOfComponents", referenced from: 
     -[UIColor(Stuff) asRGBAColor] in WhirlyGlobeMaplyComponent(UIColor+Stuff.o) 
     -[UIColor(Stuff) asVec4] in WhirlyGlobeMaplyComponent(UIColor+Stuff.o) 
    "_CGColorSpaceCreateDeviceRGB", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGColorSpaceRelease", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGContextAddPath", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextDrawImage", referenced from: 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[TextureAtlas createTexture:] in WhirlyGlobeMaplyComponent(TextureAtlas.o) 
    "_CGContextFillRect", referenced from: 
     -[MaplyAnimationTestTileSource imageForTile:] in WhirlyGlobeMaplyComponent(MaplyAnimationTestTileSource.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_CGContextRelease", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     -[UIImage(Stuff) rawDataScaleWidth:height:border:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGContextScaleCTM", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextSetFillColorWithColor", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextSetLineJoin", referenced from: 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_CGContextSetLineWidth", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_CGContextSetStrokeColorWithColor", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextSetTextDrawingMode", referenced from: 
     -[MaplyAnimationTestTileSource imageForTile:] in WhirlyGlobeMaplyComponent(MaplyAnimationTestTileSource.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_CGContextStrokePath", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGContextTranslateCTM", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGDataProviderCreateWithData", referenced from: 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGDataProviderRelease", referenced from: 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGImageCreate", referenced from: 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGImageGetHeight", referenced from: 
     +[WhirlyKitLoadedImage LoadedImageWithUIImage:] in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     +[WhirlyKitLoadedImage LoadedImageWithNSDataAsPNGorJPG:] in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGImageGetWidth", referenced from: 
     +[WhirlyKitLoadedImage LoadedImageWithUIImage:] in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     +[WhirlyKitLoadedImage LoadedImageWithNSDataAsPNGorJPG:] in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     -[UIImage(Stuff) rawDataRetWidth:height:roundUp:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGImageRelease", referenced from: 
     +[UIImage(Stuff) imageWithRawData:width:height:] in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
    "_CGPathRelease", referenced from: 
     -[WhirlyKitFontTextureManager renderGlyph:font:texSize:glyphSize:offset:textureOffset:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
    "_CGRectZero", referenced from: 
     -[TestViewController makeSelectionView:] in TestViewController.o 
    "_NSFontAttributeName", referenced from: 
     -[WhirlyKitFontTextureManager addString:changes:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitLabelRenderer renderWithFonts] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitFontTextureManager addString:changes:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitLabelRenderer renderWithFonts] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_NSForegroundColorAttributeName", referenced from: 
     -[WhirlyKitFontTextureManager addString:changes:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitLabelRenderer renderWithFonts] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitFontTextureManager addString:changes:] in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     -[WhirlyKitLabelInfo renderToImage:powOfTwo:retSize:texOrg:texDest:useAttributedString:] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
     -[WhirlyKitLabelRenderer renderWithFonts] in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_OBJC_CLASS_$_CADisplayLink", referenced from: 
     objc-class-ref in WhirlyGlobeMaplyComponent(EAGLView.o) 
    "_OBJC_CLASS_$_CAEAGLLayer", referenced from: 
     objc-class-ref in WhirlyGlobeMaplyComponent(EAGLView.o) 
    "_OBJC_CLASS_$_UIApplication", referenced from: 
     objc-class-ref in AFNetworkActivityIndicatorManager.o 
     objc-class-ref in AFURLConnectionOperation.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(EAGLView.o) 
    "_OBJC_CLASS_$_UIBarButtonItem", referenced from: 
     objc-class-ref in TestViewController.o 
    "_OBJC_CLASS_$_UIColor", referenced from: 
     objc-class-ref in AppDelegate.o 
     objc-class-ref in ConfigViewController.o 
     objc-class-ref in StartupViewController.o 
     objc-class-ref in TestViewController.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyAnimationTestTileSource.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyViewController.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyBaseViewController.o) 
     ... 
    "_OBJC_CLASS_$_UIDevice", referenced from: 
     objc-class-ref in TestViewController.o 
     objc-class-ref in AFHTTPClient.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(LabelManager.o) 
    "_OBJC_CLASS_$_UIFont", referenced from: 
     objc-class-ref in TestViewController.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyAnimationTestTileSource.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(FontTextureManager.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(LabelRenderer.o) 
    "_OBJC_CLASS_$_UIImage", referenced from: 
     objc-class-ref in TestViewController.o 
     objc-class-ref in AFImageRequestOperation.o 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyImageTile.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(Texture.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyBaseInteractionLayer.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(LoadedTile.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(UIImage+Stuff.o) 
     ... 
    "_OBJC_CLASS_$_UIImageView", referenced from: 
     l_OBJC_$_CATEGORY_UIImageView_$__AFNetworking in UIImageView+AFNetworking.o 
     l_OBJC_$_CATEGORY_UIImageView_$_AFNetworking in UIImageView+AFNetworking.o 
    "_OBJC_CLASS_$_UILabel", referenced from: 
     objc-class-ref in TestViewController.o 
    "_OBJC_CLASS_$_UINavigationController", referenced from: 
     objc-class-ref in AppDelegate.o 
    "_OBJC_CLASS_$_UIPanGestureRecognizer", referenced from: 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyPanDelegate.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(PanDelegateFixed.o) 
    "_OBJC_CLASS_$_UIPinchGestureRecognizer", referenced from: 
     objc-class-ref in WhirlyGlobeMaplyComponent(WhirlyGlobeViewController.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(MaplyPinchDelegate.o) 
     objc-class-ref in WhirlyGlobeMaplyComponent(PinchDelegateFixed.o) 
    "_OBJC_CLASS_$_UIPopoverController", referenced from: 
     objc-class-ref in TestViewController.o 
    "_OBJC_CLASS_$_UIResponder", referenced from: 
     _OBJC_CLASS_$_AppDelegate in AppDelegate.o 
    "_OBJC_CLASS_$_UIRotationGestureRecognizer", referenced from: 
+0

你能告訴你的時候通過構建生產的Xcode命令行?這將告訴我們它實際嘗試鏈接的是什麼框架。 – user1118321

+0

'架構i386的未定義符號'意味着您可能正在爲您的Mac構建,而不是iOS模擬器。 – Ant

+0

您正在使用哪個版本的xcode?確保它不是測試版。 – Irfan

回答

5

您需要添加Core graphics framework.Check這一形象如何添加框架enter image description here

+0

嗯,我絕對需要那個,我從90個錯誤中減去36個錯誤。你怎麼能說這個失蹤。另外我已經有核心位置和核心文本旅館。 – Janita

+0

'架構i386未定義的符號: 「_CGBitmapContextCreate」,引用自'該行告訴應用程序無法找到'Core Graphics'框架.'CGBitmapContextCreate'是屬於'Core Graphics'框架的函數。 – kaar3k

+0

注意到了,但是如果你看看第二組錯誤,即使我已經按照你的建議添加了核心框架 – Janita