随笔分类 -  xCode

摘要:项目开始使用IL2CPP编译,后果是可执行文件急剧增加。google后发现国外一大神写的方法,原帖在这http://forum.unity3d.com/threads/suggestion-for-reducing-the-size-of-il2cpp-generated-executable.33... 阅读全文
posted @ 2015-11-19 20:46 MrBlue 阅读(4314) 评论(1) 推荐(0) 编辑
摘要:前提:1) 有个一个现成的web服务器,我用是nodejs。2) 有个能在用你手机安装的ipa3) 有个github账号开搞:1、用http://plist.iosdev.top/plisthelper.php/Index/makePlist生成一个plist文件,请确保里面的内容的正确性,用你的w... 阅读全文
posted @ 2015-08-31 16:23 MrBlue 阅读(2755) 评论(0) 推荐(0) 编辑
摘要:终端ssh登录mac用shell打包ipa报错:replacing existing signature报错原因:login.keychain被锁定,ssh登录的没有访问权限解决方法:终端敲入security unlock-keychain ${HOME}/Library/Keychains/log... 阅读全文
posted @ 2014-12-23 14:17 MrBlue 阅读(2297) 评论(0) 推荐(0) 编辑
摘要:转自http://www.apkbus.com/android-140340-1-1.html这篇文章给大家带来的是一些Xcode实用技巧,比如:• 摆脱NSlog打印输出,使用断点日志。• 摆脱TODOs注释来进行编译警告。• 使用条件表达式来进行断点。• 使用LLDB动态修改数据。• 等等。• ... 阅读全文
posted @ 2014-05-16 17:40 MrBlue 阅读(284) 评论(0) 推荐(0) 编辑