0

When try to build IPA file for Testflight there was just a zero xarchive file and it didn't appear in the Organizer panel in Xcode 4.6.3. I checked the libraries for Skip install...but no solution.

It worked earlier and worked with all other apps, so I don't think that there could be any settings problem in the Xcode. I have two targets a full and lite version. There was no any warning or error log just didn't happen anything even the archiving runs without problem.

Read and tried all the hectic answer in this topic but no solution.

Jake Chasan
  • 6,290
  • 9
  • 44
  • 90
BootMaker
  • 1,639
  • 1
  • 22
  • 24

1 Answers1

0

Solved the problem myself. The most important rule is simple and based on this it could be understandable all the various solutions which caused the confusion:

THERE COULD BE JUST ONE TARGET WITH Skip install---> NO 
and all the others must be YES!

enter image description here

The second "NO" could come with a new target file or library which you added to your project.

Some additional fact:

  1. Must use Product--->Archive NOT Product--->Build for Archiving

  2. Project file has no effect on this

In my case the problem was the second target which I added later and as the default is Skip install ----> NO, so it was left with two NO.

BootMaker
  • 1,639
  • 1
  • 22
  • 24