我的项目适用于设备,但对于模拟器我遇到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
我的项目工作正常,我尝试重新添加框架,但似乎模拟器没有看到它们。 有人知道是什么给出的吗?