惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - cleardo

大模型的原理学习(二) 大模型的原理学习(一) 我的测试开发十年之路 命令行安装ipa包 ios设备管理 tomcat远程部署 移动线路的测试方案设计 iOS开发过程中的内存监控 iOS添加图片 iOS交叉编译 iOS日志获取 使用flask开发web应用 Python隔离环境的搭建 单元测试的痛点 Graphviz入门 - cleardo Iphone常用工具 iOS越狱后必装软件 构建iOS交叉编译环境 pycurl库使用详解
Ipa打包并安装到iphone
cleardo · 2015-06-26 · via 博客园 - cleardo

返回主页

cleardo

左手测试,右手开发 http://cleardo.com

手动运行篇:

  1. 在真机上运行appium会进行闪退,因为我们的真机是不合法的真机,怎么样才能合法呢,要注册我们的设备才行
  1. 要对app进行打包,要先进行签名,要签名,就需要证书,证书可以自己伪造,但是这一过程很繁琐,我们还是使用一个真实证书来得方便
  1. 在Build Settings中进行设置:

  2. 要设置成Release版本的形式:

    打开 Product->Edit Scheme

    选择Build Configuration 为 Release

  3. 打包成ipa

    进入菜单:

    Product -> Archive

  4. 打包成功后,就可以开始export了

选择好我们要保存的位置,在这里,我选择远程保存到我的windows电脑

现在就生成了一个momo.ipa文件了:

开始安装:

把这个ipa通过itools或者ifunbox传输到iphone中

执行命令进行安装:

现在就安装成功了!!!

自动化运行篇:

把以下步骤进行一下自动化,我们就得到了一个持续集成平台的雏形

先上一张整体流程图:

posted @ 2015-06-26 11:58  cleardo  阅读(927)  评论(0)    收藏  举报

公告