模拟器仅Apple Mach-O链接器错误

时间:2014-10-27 03:26:09

标签: ios xcode linker-errors

我的项目适用于设备,但对于模拟器我遇到201错误。 以下是其中一些:

Undefined symbols for architecture i386:
  "_ADBannerContentSizeIdentifier320x50", referenced from:
      -[Controller createAdBannerView] in Controller.o
      -[iPadUniversalViewController createAdBannerView] in iPadUniversalViewController.o
 "_CGAffineTransformIsIdentity", referenced from:
      -[Texture2D(Image) initWithImage:] in Texture2D.o
  "_CGAffineTransformMakeRotation", referenced from:
      -[Controller showStaffSideways] in Controller.o
      -[Controller transitionAnimate] in Controller.o
  "_NSClassFromString", referenced from:
      -[Controller createAdBannerView] in Controller.o

我的项目工作正常,我尝试重新添加框架,但似乎模拟器没有看到它们。 有人知道是什么给出的吗?

0 个答案:

没有答案