Failed to install application: could not find a valid provisioning profile for this executable
Xcode does not allow the client iOS app to run on my personal iPhone. Although I can create archives and push IPAs to Testflight. I still cannot execute the application directly on my phone.
There is already a "managed Xcode profile" but it still doesn't work.
I added my client's developer account to Xcode. I can select it for Code Signing. The Application ID is the same as it was registered by the customer in their iTunes Connect and Developer-Member-Center account.
I have downloaded provisioning profiles. I added my Device ID to Devices on my client's developer account.
And as already written, I can create archives (via fastlane) and push them in Testflight / AppStore.
Is there any idea how I can test my app on a real iOS device?
I am running multiple client accounts on my development machine and this is the first account to have such problems.
source to share
I have a similar problem, I tried everything mentioned on the internet and nothing worked. What worked for me was
- Go to Settings -> General -> Date & Time -> select "Install automatically"
- Remove received data from Xcode
- Cleaning and running
It's funny, but try this, it worked for me.
source to share