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:
- skip install no main project target
- skip install yes framework (sub-projects) targets
- in build phases sub-projects, copy headers needs in project, not public (does not apply if building static library)
- installation directory under deployment valid (/applications example)
Comments
Post a Comment