Unexplained apple mach o linker error

Janita

i am working on an app that i actually downloaded and trying to get it to run. link here http://mousebirdconsulting.blogspot.com/2013/12/whirlyglobe-22.html I followed all the instructions to the T, included my headers, checked my linked library, build phase, framework path all that. However after configuring the program in a manner i assumed to right…out of no where i get hit with 90-95 errors. I have read many questions on this same topic and followed the instructions best i code, making sure my quatzcore.framework is present but to no avail. Would like if someone could look at this and see which framework is missing or the reason why It is throng those errors. Since i believe all the framework and files are there. Thank You

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:
kaar3k

You need to add Core graphics framework.Check this image how to add frameworks enter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Apple mach -o- Linker Error

From Dev

Apple Mach-O Linker Error Parse

From Dev

Apple Mach-O-Linker Error CocoaPods

From Dev

Bolts Apple Mach-O Linker Error

From Dev

Apple Mach O-Linker Error Xcode

From Dev

Apple Mach O-Linker Error Xcode

From Dev

Google Map SDK on IOS Apple Mach-O Linker Error

From Dev

Apple Mach-O Linker Error in xcode 6

From Dev

Apple Mach - O Linker Error.No such file or directory Swifty Json

From Dev

Apple Mach-O Linker Error - Objective C

From Dev

Xcode 6 Beta - Apple Mach-O Linker error

From Dev

Apple Mach-O Linker Error with Google SDK

From Dev

Xcode gives Apple Mach-O linker error

From Dev

Apple Mach-O Linker (Id) Error for OpenFrameworks

From Dev

Why I am getting "Apple Mach -O Linker error"?

From Dev

Why am I getting an Apple Mach-O Linker error?

From Dev

Duplicate symbols Apple Mach-O Linker Error

From Dev

Apple Mach-O Linker Error, Simulator and Target

From Dev

Google+ sign in for iOS (Apple mach-o linker error)

From Dev

Error Apple Mach-O linker Warning on Xcode 5.1

From Dev

Apple Mach-O Linker Error XCODE 5

From Dev

Apple Mach-O Linker Error with third party SDK

From Dev

Apple Mach-O Linker Error, after changing project name

From Dev

ParseCrashReporting - Apple Mach-O Linker Error after enabling it

From Dev

Apple Mach-O Linker Error Duplicate Symbols in Project Library

From Dev

Unity build to xcode with gives error: Apple Mach-O Linker

From Dev

Apple Mach-O Linker Error sqlite3

From Dev

Apple Mach-O Linker Error when Building

From Dev

Apple Mach-O Linker Error, Objective C