0

I wanna Publishing .IPA,This step is success,but I cant install in my Iphone via Xcode,that show :

enter image description here

BTW, I can use Xcode with Swift publish .IPA ,and success install it, but I'm must use Xamarin.

Thanks!

Wayne Yang
  • 9,016
  • 2
  • 20
  • 40
DougZo
  • 23
  • 9

1 Answers1

0

For publishing your application on App store, you need to sign the application using distribution provisioning profile and certificate. By using distribution provisioning profile you can't install your application on device.

If you need to install your application on device please use the development provisioning profile and certificate to sign the application.

For further reference please visit -

XCode 8 A valid provisioning profile for this executable was not found

  • yes,Im checked I use Developer Certificate,but still not. – DougZo Dec 06 '17 at 06:51
  • In that case, either your device is not added in to the developer provisioning profile OR it's not added/registered in developer account and if it's already added in account, than it may be not added in provisioning profile. For further reference please go through the below url https://stackoverflow.com/questions/3578158/adding-devices-to-team-provisioning-profile – Yash Rathore Dec 06 '17 at 06:59