문제

How can I create a binary in XCode 5? I want to find (or create) the .app file.

I tried the following: Open project. Find folder with name Product.

But when I right click it, "open with finder" option is not enabled. So I am unable to select it.

도움이 되었습니까?

해결책

You have to make sure your debug is set to a device. Then Product > archive. However in order to send this app to someone you need to create a proper ad-hoc or distribution provisioning profile. Once you do that, you can email the .app file to your selected users.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top