欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Xcode archive succeeded but not show in organizer xcode archive 

程序员文章站 2022-07-12 08:40:21
...
Xcode archive succeeded but not show in organizer, enter the xcode archive folder, it is a empty file.

find the solution on *.com

http://*.com/questions/6716756/why-does-xcode-archive-succeed-but-create-an-empty-xcarchive-file

引用
I have the solution to my problem and if anyone else is facing the same problem here are the steps i took to fix the problem.

cocos2d library

-Set the skip install to YES for all configurations in your cocos2d library.

-Set the code signing identity to Don't code sign for all configurations. Static libraries are not code signed.

-Update the installation directory to /usr/local/lib.

app library

-Update the installation build products location to /tmp/$(PROJECT_NAME).dst

-Update the installation directory to $(LOCAL_APPS_DIR) (/Applications).

-Update the code signing identity section.
相关标签: xcode archive