Since yesterday I\'ve been getting the following error when trying run an app on my device: \"A valid provisioning profile for this executable was not found.\". This is afte
Make sure you:
1) Have a registered provisioning profile for your device.
2) Device must be added to the Development profile and updated.
If you still run into issues check your target's build settings.
Make sure you:
1) CODE_SIGNING_REQUIRED in User-Defined is set to YES.
2) Check Signing options are correct. If the problem persists switch to Manual settings instead of automatically.