玩pop1pop收取出错了 65,求助

3469人阅读
ios & os x开发(565)
iOS Cocoa(125)
CocoaPod是一个用ruby实现,用于方便的管理Xcode中第三方插件的管理器.用它我们可以很方便的安装和升级插件而不用担心破坏原有的项目.
而pop是一个用于实现App中动画的引擎,它是由Facebook开源的,如果本猫没记错的话 ;]
下面简单聊聊如何在最新的Xcode中安装pop
首先你必须在mac上安装ruby,无论你使用rvm还是从源代码自己编译生成.
接着打开终端输入如下指令:
sudo gem install cocoapods
玩过ruby的都知道,这是通过ruby安装gem
根据你的系统已安装需要gem的数量,最后会显示
x gems installed
那么这样CocoaPod就安装完成了.
接着使用Xcode打开你需要继承pop引擎的项目,然后用iOS\Other\Empty模版新建一个文件,起名为Podfile,其实它就是一个普通的文本文档。打开给文件输入如下内容:
target 'PopSoccer' do
pod 'pop','~&1.0'
注意,原来的写法不需要写target块,但是最新的CocoaPod会对老的写法报错,错误内容如下:
[!] The dependency `pop (~& 1.0)` is not used in any concrete target.
所以我们必须写一个target块将实际的依赖包括进去。
注意依赖版本的语法,我们只需要最新的1.0.x版本,但是不需要1.1或更高的版本!这是因为1.x以后的版本可能和1.0.x版本有较大的变化,所以我们选择1.0.x版本。
不过如果你不在乎这些,只是想用最新的pop版本,那你完全无所谓这些了。
保存你的Podfile,完全关闭Xcode,从控制台进入你刚才添加Podfile项目的文件夹,运行如下命令:
pod install
第一次运行会比较慢,提示如下:
Setting up CocoaPods master repo
接着会出现如下内容(在我的mac上):
Analyzing dependencies
Downloading dependencies
Installing pop (1.0.9)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use `PopSoccer.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total
pod installed.
OK!注意最后提示你将来再打开该项目都要通过PopSoccer.xcworkspace,而不是原来的项目文件了,这点切记!
从Xcode打开该项目,你会发现该项目空间包括了原有项目和一个新的Pods项目,打开该Pods项目,你会在Pods目录中找到你刚才安装的pop引擎。
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:1230938次
积分:21224
积分:21224
排名:第272名
原创:722篇
转载:98篇
译文:180篇
评论:534条
Asm , C , Javascript , Ruby , Objc , Swift
iOS , MacOS , Linux , Rails , Cocos2D
QQ : 1九7九61七4
文章:49篇
阅读:28434
文章:26篇
阅读:45292
文章:109篇
阅读:150093
文章:336篇
阅读:226184
阅读:9338
文章:41篇
阅读:41130
(3)(31)(3)(15)(7)(7)(12)(23)(22)(7)(25)(18)(27)(17)(22)(143)(114)(35)(10)(13)(18)(6)(20)(37)(10)(33)(33)(6)(17)(5)(9)(40)(66)(1)(1)(3)(1)(3)(1)(1)(3)(1)(2)(8)(8)(8)(12)(2)(3)(3)(1)(1)(1)(1)(1)(2)(6)(9)(2)(1)(2)(2)(2)(1)(1)(2)(1)(3)(1)(3)(2)(6)(4)(1)(1)(16)(5)(1)(1)(4)(3)pop手绘教案1_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
pop手绘教案1
上传于||暂无简介
阅读已结束,如果下载本文需要使用0下载券
想免费下载更多文档?
定制HR最喜欢的简历
你可能喜欢求助啊。一点开就弹出错误提示。跪求大神解答_黑色行动吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0可签7级以上的吧50个
本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:6,654贴子:
求助啊。一点开就弹出错误提示。跪求大神解答
提示说。Direct3DDevice9::Present failed: Driver internal error (-)求解啊
电脑型号华硕 All Serie...
由于我以前在卡巴问过得...
   --来自助手版贴...
CGWANG原画培训 「零基础全额退费保障」,原画名企委托培训,高薪工作不是梦
----- Initializing Renderer ----execing ragdoll.cfg from fastfileCmd_AddCommand: scrProfileInfo already defined----- Client Initialization ---------- Client Initialization Complete -----Trying SMP acceleration...Detected 1 cpu(s), using 1 worker thread....succeeded.----- R_Init -----Getting Direct3D 9 interface...Pixel shader version is 3.0Vertex shader version is 3.0Attempting 1024 x 768 fullscreen with 32 bpp at 60 hzGame window successfully created.Using 4x anti-aliasingCreating Direct3D device...Com_TouchMemory: 0 msec. Using sum: 0Adding fastfile 'en_code_post_gfx' to queueAdding fastfile 'code_post_gfx' to queueLoading fastfile 'en_code_post_gfx'used 0.61 MB memory in DB allocLoading fastfile 'code_post_gfx'used 5.69 MB memory in DB allocRedundant asset: 'techset','2d'Adding fastfile 'en_patch' to queueAdding fastfile 'patch' to queueUsing 1 GPU(s).Initializing render targets...Requested frame buffer to be 24-bit color with 8-bit alphaDirectX returned a frame buffer that is 24-bit color with 8-bit alphaLoading fastfile 'en_patch'used 0.00 MB memory in DB allocINTZ format supportedInitializing static model cache...Initializing dynamic buffers...Initializing particle cloud buffer...Creating Direct3D queries...Setting initial state...Loading fastfile 'patch'used 3.03 MB memory in DB allocVideo memory for device: 505 MB.Rounded video memory size: 512 MB.DirectX reports 512 MB of video memory and 659 MB of available texture memory.Using video memory size to cap used texture memory at 496 MB.Picmip is set manually.Using picmip 1 on most textures, 1 on normal maps, and 1 on specular mapsError: Could not load image "$pixelcostcolorcode".Error: Could not load material "$floatz_donotremove".Error: Could not load material "$processed_floatz_donotremove".Error: Could not load material "$ps3_aadownsample_donotremove".Error: Could not load material "particle_blend_donotremove".Error: Could not load material "particle_zdownsample_donotremove".Error: Could not load material "postfx_lut_0".Error: Could not load material "postfx_lut_1".Error: Could not load material "postfx_lut_2".Error: Could not load material "postfx_lut_3".Error: Could not load material "postfx_lut_4".Error: Could not load material "postfx_lut_5".Error: Could not load material "postfx_lut_6".Error: Could not load material "postfx_lut_7".Error: Could not load material "postfx_lut_8".Error: Could not load material "postfx_lut_9".Error: Could not load material "create_lut2d".Error: Could not load material "apply_lut2d".Error: Could not load material "$ps3_reload_zcull_donotremove".Error: Could not load material "water_dynamic_spray".--- Initializing Voice ---Hostname: PC-Binding to 192.168.1.2:3074--------------GamerProfile_ResetSPDvars(): "mis_01" = "22". "mis_difficulty" = "0". "takeCoverWarnings" = "0". "r_gamma" = "1". "snd_menu_voice" = "1". "snd_menu_music" = "1". "snd_menu_sfx" = "1". "snd_menu_master" = "0.8". "snd_menu_cinematic" = "1".--------------GamerProfile_UpdateProfileFromDvars(0): "mis_01" = "22". "mis_difficulty" = "0". "takeCoverWarnings" = "0". "r_gamma" = "1". "snd_menu_voice" = "1". "snd_menu_music" = "1". "snd_menu_sfx" = "1". "snd_menu_master" = "0.8". "snd_menu_cinematic" = "1".Updating profile 0 from dvars.
end $init 4849 ms--- Common Initialization Complete ---Redundant asset: 'techset','2d'Redundant asset: 'image','menu_sp_lobby_frame_outer_ingame'Redundant asset: 'material','menu_sp_lobby_frame_outer_ingame'Redundant asset: 'image','menu_sp_lobby_frame_inner_ingame'Redundant asset: 'material','menu_sp_lobby_frame_inner_ingame'Redundant asset: 'image','menu_mp_lobby_frame_outer_ingame'Redundant asset: 'material','menu_mp_lobby_frame_outer_ingame'Redundant asset: 'image','menu_mp_lobby_frame_inner_ingame'Redundant asset: 'material','menu_mp_lobby_frame_inner_ingame'Redundant asset: 'image','menu_mp_lobby_frame_outer'Redundant asset: 'material','menu_mp_lobby_frame_outer'Redundant asset: 'image','menu_mp_lobby_frame_inner'Redundant asset: 'material','menu_mp_lobby_frame_inner'Redundant asset: 'image','menu_mp_tab_frame_inner'Redundant asset: 'material','menu_mp_tab_frame_inner'Redundant asset: 'image','$white'Redundant asset: 'material','white'Redundant asset: 'menu','options_graphics'Redundant asset: 'menu','options_graphics_texture'Redundant asset: 'image','menu_button_backing'Redundant asset: 'material','menu_button_backing'Redundant asset: 'image','white_line_faded_big'Redundant asset: 'material','menu_white_line_faded_big'Redundant asset: 'menu','apply_picmip_popmenu'Redundant asset: 'image','sw4'Error: Could not load menufile "ui/patch.txt".Error: Could not load menufile "ui/menus.txt".Error: Could not load material "menu_mp_lobby_scrollbar_main".Error: Could not load material "menu_mp_lobby_scrollbar_block".Error: Could not load material "playlist_sp_recr".Error: Could not load material "playlist_sp_reg".Error: Could not load material "playlist_sp_hard".Error: Could not load material "playlist_sp_vet".g_gametype cmp is not a valid gametype, defaulting to cmpHuffman Took 3 Milliseconds------ Server Initialization ------Server: frontend----- R_Init -----Video memory for device: 505 MB.Rounded video memory size: 512 MB.DirectX reports 512 MB of video memory and 659 MB of available texture memory.Using video memory size to cap used texture memory at 496 MB.Picmip is set manually.Using picmip 1 on most textures, 1 on normal maps, and 1 on specular mapsSave Message First Frame Shown: 5872Error: Could not load material "loadscreen_frontend".Adding fastfile 'en_frontend' to queueAdding fastfile 'frontend' to queueLoading fastfile 'en_frontend'used 0.50 MB memory in DB allocLoading fastfile 'frontend'used 51.84 MB memory in DB alloc====================================================Com_ERROR: Direct3DDevice9::Present failed: Driver internal error (-)====================================================Error during initialization:Direct3DDevice9::Present failed: Driver internal error (-)
报配置 去百度dx9
不至于啊。。游戏重安试试
按了两次了。
不知道了。。。
不是吧。。。 五六 我都能玩啊
为什么七不可以啊。
贴吧热议榜
使用签名档&&
保存至快速回贴

我要回帖

更多关于 pop收取出错了 65 的文章

 

随机推荐