zoukankan      html  css  js  c++  java
  • Xcode archive skip install的问题

    总结:在自身工程里面需要将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

  • 相关阅读:
    linux定时器的使用
    6410 spi总线
    6410 spi 设备驱动
    qtcreator 安装后不能显示菜单
    基于Tiny 6410的内核移植 (NAND FLASH 、UBIFS篇)
    有关ajax跨域问题
    sqlmap的安装
    C# 连接数据库的配置方法
    初识Markdown
    ASP.NET 使用Ueditor富文本编辑器
  • 原文地址:https://www.cnblogs.com/easonoutlook/p/2868944.html
Copyright © 2011-2022 走看看