博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Xcode archive skip install的问题
阅读量:5322 次
发布时间:2019-06-14

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

总结:在自身工程里面需要将skip install 设置为NO, 在引入其他静态库文件的工程中skip install 设置为YES

EDIT (Incorporated all comments to a single answer)

Try one of the following (or all)

  1. Instead of using Build For -> Archive, in the product menu just use archive. It will show up then.

  2. In the scheme editor, edit the scheme and go to the Archive tab, make sure the check box for show in Organizer is checked.

  3. In the archive tab in the scheme editor check the build configuration used for archiving. Make sure it has the right entitlements file & certificates.

  4. In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.

  5. Make sure the archives folder and XCode project files are inside the same shared folder if network drive is used. I took me a few days to finally figure this out as I placed my XCode source files from a Windows shared folder, but the Archives folder is on the local Mac, which caused archives not picked up by Organizer

http://stackoverflow.com/questions/5265772/archives-not-showing-up-in-organizer-for-xcode-4

转载于:https://www.cnblogs.com/easonoutlook/archive/2013/01/20/2868944.html

你可能感兴趣的文章
无线点餐系统初步构思
查看>>
AJAX
查看>>
前端之CSS
查看>>
List注意点【修改】
查看>>
sqoop导入导出对mysql再带数据库test能跑通用户自己建立的数据库则不行
查看>>
拓扑排序的原理及其实现
查看>>
对StageWebView捕获位图时空白
查看>>
Provison Profile管理及存放路径
查看>>
Highcharts使用指南(转自博客园一位博友可米小子的文章 http://www.cnblogs.com/liuhaorain)很好的一片文章,大家共同学习...
查看>>
【10.6校内测试】【小模拟】【hash+线段树维护覆盖序列】
查看>>
shop--8.店铺列表展示--前端开发
查看>>
php安装redis扩展
查看>>
sql server2008 R2 生成带数据的脚本
查看>>
快速掌握RabbitMQ(二)——四种Exchange介绍及代码演示
查看>>
Popup 解决置顶显示问题
查看>>
使用配置文件(.settings、.config)存储应用程序配置
查看>>
Windows 8.1 应用再出发 - 几种新增控件(1)
查看>>
胡萝卜周博客 软件下载
查看>>
C++ Primer 笔记 第一章
查看>>
CentOS7下搭建postfix邮箱服务器并实现extmail的web访问
查看>>