Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top