随笔分类 -  IOS

Building Xcode iOS projects and creating *.ipa file from the command line
摘要:For our development process of iOS applications, we are using Jenkins set up on the Mac Mini Server, acting as aContinuousIntegration (CI) server. It’... 阅读全文
posted @ 2014-12-18 13:59 Rosepotato 阅读(603) 评论(0) 推荐(0)
bundle update: env: ruby_executable_hooks: No such file or directory
摘要:please open a bug here:https://github.com/mpapis/executable-hooks/issuesas a temporary fix try:rvm @global do gem regenerate_binstubsgem regenerate_bi... 阅读全文
posted @ 2014-05-12 23:28 Rosepotato 阅读(719) 评论(0) 推荐(0)
Pod::Executable pull
摘要:使用cocoapods 的时候遇到了以下错误:[!] Pod::Executable pullUpdating eaf98af..ba3c030error: Your local changes to the following files would be overwritten by merge... 阅读全文
posted @ 2014-05-12 14:04 Rosepotato 阅读(143) 评论(0) 推荐(0)
How can I add a new user as sudoer using the command line?
摘要:Two ways to use sudo command for a standard user account:First,If you want to use sudo command for a standard user account, then you need to add this ... 阅读全文
posted @ 2014-04-27 21:46 Rosepotato 阅读(511) 评论(0) 推荐(0)
ios程序开发杂记
摘要:ios程序开发杂记一、程序构建与一般的程序构建无太大区别,都是源文件编译链接这一套,通常是在mac上做交叉编译,也就是利用xcode里带的ios编译工具集去生成arm架构的ios程序(或是x86的模拟器程序):/Applications/Xcode.app/Contents/Developer/Pl... 阅读全文
posted @ 2014-04-27 11:26 Rosepotato 阅读(210) 评论(0) 推荐(0)
ios uiautomation framwork related
摘要:https://github.com/bendyworks/bwoken 阅读全文
posted @ 2014-03-04 18:00 Rosepotato 阅读(178) 评论(0) 推荐(0)
如何使用UIAutomation进行iOS 自动化测试(Part I)
摘要:转自:http://www.cnblogs.com/vowei/archive/2012/08/10/2631949.html写在前面研究iOS的自动化测试也有些日子了,刚开始的时候,一直苦于找不到什么好的资料,只能从Apple的官网查阅相关的API文档,只可惜,Apple对开发者来说实在是不怎么友好,文档写得相当的粗略,对于初学者来说有一定的难度。本来是打算自己动手写一篇关于iOS的UI自动化测试的入门级别的介绍性文档的,但想起来后面在具体解决一些问题的时候,收藏一篇很好的Blog,很全面地介绍了如何使用UIAutomation的JavaScript Libraries做iOS程序的自动化测 阅读全文
posted @ 2014-02-27 11:54 Rosepotato 阅读(252) 评论(0) 推荐(0)
你用哪种工具进行iOS app自动化功能测试?
摘要:原文见http://www.cocoachina.com/applenews/devnews/2013/1111/7332.html 阅读全文
posted @ 2014-02-27 11:51 Rosepotato 阅读(363) 评论(0) 推荐(0)