博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IOS OpenDev下载与安装
阅读量:6113 次
发布时间:2019-06-21

本文共 1513 字,大约阅读时间需要 5 分钟。

1.下载地址 

2. 安装的过程中,如果出现错误的话,可以参考:

当然有时候出现的提示不知道是什么问题的话,可以将以上的问题都FIX下,FIX一个再安装一下看看,

正如本人在安装的过程中,出现如下的错误:

Jan 28 14:20:30 xxxmatoMacBook installd[2020]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “iOSOpenDev-1.5.pkg”." UserInfo=0x7fc17a5291f0 {NSFilePath=./postinstall, NSURL=file://localhost/Users/xxxx/Downloads/iOSOpenDev-1.5.pkg#iodsetup.pkg, PKInstallPackageIdentifier=com.iosopendev.iosopendev15.iod-setup.pkg, NSLocalizedDescription=An error occurred while running scripts from the package “iOSOpenDev-1.5.pkg”.} {
NSFilePath = "./postinstall"; NSLocalizedDescription = "An error occurred while running scripts from the package \U201ciOSOpenDev-1.5.pkg\U201d."; NSURL = "file://localhost/Users/xxxx/Downloads/iOSOpenDev-1.5.pkg#iodsetup.pkg"; PKInstallPackageIdentifier = "com.iosopendev.iosopendev15.iod-setup.pkg"; }

按照 https://github.com/kokoabim/iOSOpenDev/wiki/Troubleshoot  中的Xcode License 问题,FIX下,

1. Download https://github.com/downloads/kokoabim/iOSOpenDev/xcode-license.tar.gz and extract xcode-license out of it.2. Open Terminal, go to the directory where the file was extracted to and run: ./xcode-license

然后重新安装就可以了。

安装完,最好重启下机器。

3.所有方案都试过了,还是有问题的话:

可以给   发邮件,别忘了带上日志(command + L, 调出日志) 

4.如果编译的时候出现如下的错误:

target specifies product type ‘com.apple.product-type.library.dynamic’, but there’s no such product type for the ‘iphoneos’ platform

可以重启下机器看看。一般是因为刚安装完IOS Open-DEV还没有重启的缘故。

 

转载地址:http://qhdka.baihongyu.com/

你可能感兴趣的文章
IIS负载均衡
查看>>
分布式事务,EventBus 解决方案:CAP【中文文档】
查看>>
Linux下的CPU性能瓶颈分析案例
查看>>
spring mvc入门
查看>>
2012在数据库技术会议上的讲话PPT打包
查看>>
【Android】 TextView设置个别字体样式
查看>>
python svn
查看>>
raise语句
查看>>
sequence2(高精度dp)
查看>>
如何向 Linux 内核上游提交 Patch ?
查看>>
Go编程笔记(7)
查看>>
Go语言int类型绑定方法
查看>>
pid控制的文章
查看>>
MySQL中EXPLAIN命令详解
查看>>
redis 单点部署
查看>>
Java中需要编码的场景
查看>>
PHP生成word的三种方式
查看>>
设计模式(九)——桥接模式
查看>>
xen 创建本地存储
查看>>
TCP三次握手/四次挥手 | NAT介绍 |OSI与TCP/IP模型
查看>>