Xcode archive succeeded but not show in organizer

Xcode archive succeeded but not show in organizer, enter the xcode archive folder, it is a empty file.

find the solution on stackoverflow.com

http://stackoverflow.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.

猜你喜欢

转载自liuqzan.iteye.com/blog/2099091