我正在开发一个我实际下载并试图让它运行的应用程序.链接到这里 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) …Run Code Online (Sandbox Code Playgroud) 我在 spritekit/IOS 中工作,我有一个按钮,当点击它时运行一个动作。该按钮工作正常,但我的行为很糟糕。单击时,我运行此操作。
actionMove=[SKAction moveTo:CGPointMake(300,300)duration:2.0];
Run Code Online (Sandbox Code Playgroud)
然后导致我的精灵在那个位置旋转飞踢。我需要一点帮助,因为我尝试将 y 轴替换为
_sprite.position+10
Run Code Online (Sandbox Code Playgroud)
但它给了我一个错误。谢谢