iphone - Cannot generate iOS App archive in xcode -


i have problem generating ios app archive application. application compiles fine , works in simulator. wanted make som ad hoc testing , cannot generate ios app archive. when click on product -> archive generates generic xcode archive. can me. should mention, have generated ios app archive of application. has stopped generate ios archive reason. lot.

check build settings:

  1. skip install no main project target
  2. skip install yes framework (sub-projects) targets
  3. in build phases sub-projects, copy headers needs in project, not public (does not apply if building static library)
  4. installation directory under deployment valid (/applications example)

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -