0

I'm trying to submit to the Apple app store. I've read this and from there to this, but I cannot fix the problem in Xcode organizer archive validation. It says "does not contain a single-bundle application or contains multiple products".

In the second link above it says: "you may in fact have either not done the steps above properly, or there is another static library you missed out on adding the flag install skip : YESor move copy header files to project from public/private." I don't understand that "move copy header files part", is it asking me to move it or not to move it, or move it from where to where?

Inspecting the archive I only find one .app and one .app.dSYM, but I do have a folder of /usr/local/include/ withe some header files there? But I don't understand why it's getting in there. Is that the problem?

Community
  • 1
  • 1
huggie
  • 17,587
  • 27
  • 82
  • 139

1 Answers1

0

It turns out for sub-projects I've included (static project) I need to move all headers from public and private to project. That at least quench the warning.

huggie
  • 17,587
  • 27
  • 82
  • 139