A provisioning profile for this executable was not found

Hi there.

I set a bundle identifier in my app.json,
I run expo “build:ios”,
I let it handle everything,
I downloaded the ipa,
in Xcode I opened “Window->Devices”,
selected my iPhone,
selected the fresh ipa.

And I get: “A provisioning profile for this executable was not found.”

I WAS SO CLOSE! What did I do wrong?

PS: Expo is awsome, thanks.

I don"t know if I got that right:

When I run expo build:ios and let expo handle all the credentials it comes with a Provisioning Profiles for Distribution (uploading to app store).

But installing the ipa file locally on my device (using xcode) requires a Provisioning Profiles for Development (testing on local devices), that correct?

How can I achieve that?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.