I am getting an Unable to Install message when I try to install app on iPhone.
Happens in both 2019.3.2 and 2022.1.1
I have latest MacOS (as of yesterday) and Xcode.
No entitlements are on.
Anyone have any suggestions?
I am getting an Unable to Install message when I try to install app on iPhone.
Happens in both 2019.3.2 and 2022.1.1
I have latest MacOS (as of yesterday) and Xcode.
No entitlements are on.
Anyone have any suggestions?
Hi @Bob_Gordon
Have you selected your “Code Signing” certificate under Build Settings > iOS > Code Signing > Team? Have you installed the Command Line utilities from Xcode?
And “Sign” must be the last Build Step.
That’s not always true. The Sign step must be after any steps that modify the app, but it’s not uncommon for steps to rename the package or move the package to another directory. Those certainly can be after the Sign step.
I had this once where the signed app used a certificate that was the wrong one.
I cannot recall how I resolved that .
An update:
I tried to get a new profile for the app. It won’t install into Xcode. Something is seriously messed up here.
-Bob