加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ios – 原因不明的苹果机器人链接器错误

发布时间:2020-12-14 17:40:26 所属栏目:百科 来源:网络整理
导读:我正在开发一个我实际下载并试图让它运行的应用程序. 链接在这里 http://mousebirdconsulting.blogspot.com/2013/12/whirlyglobe-22.html 我按照T的所有说明,包括我的标题,检查了我的链接库,构建阶段,框架路径等等.然而,在我假设正确的方式配置程序之后…在
我正在开发一个我实际下载并试图让它运行的应用程序.
链接在这里
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:

解决方法

您需要添加Core图形框架.检查此图像如何添加框架

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读