简体   繁体   中英

XCode6 cannot create archive?

I have a project which works just fine in the simulator and on the real devices (iPhone 5, iPhone 4 and iPad) but when I try to create an archive (I would like to make an .IPA for TestFlight) there are errors which appear only in one file. I have similar code into other files but there everything is ok.

在此处输入图片说明在此处输入图片说明在此处输入图片说明在此处输入图片说明在此处输入图片说明

我不知道这是否是答案。.我没有足够的声誉来发表评论..所以我在这里写它..我认为您还需要添加bolts.framework和parse。

I found what I was doing wrong:

I set the destination to the bridging header file for Debug mode but not for Relese one and for this reason everything works with the simulator and the real device when only testing but for TestFlight it couldn't find the headers.

Thank you for everyone for the help!

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM