After headers were made public xcode produces Generic Xcode Archive instead of iOS Archive for apps, so neither AdHoc nor AppStore build can't be produced.
According to suggestion by comonitos:
http://stackoverflow.com/questions/9407712/there-is-no-share-button-in-xcode-4-3-organizer
headers needs to be moved to Project, not to public.
Maybe I'm wrong, but I moved headers to Project section now and it fixed problem.