xamarin - How to list provisioning profiles and installed iOS signing identities? -


environment:

visual studio 2015 on pc visual studio (xamarin) on mac ipad connected mac 

my setup used work fine. pc, able debug ios apps running on ipad.

yesterday, updated mac os ipad ios. may have updated few other things too. however, running problems deploying xamarin ios apps on ipad.

i can create ios app in xcode , deploy successfully. however, when try build xamarin app, error "no installed profiles match installed ios signing identities."

there few posts on forum talk similar problem. have gone through these posts. have downloaded (once again) ios certificate apple developer portal , added keychain store.

i still don't understand why error. appreciate if can tell me how can list of installed ios signing identities , compare them against list of provisioning profiles.

also, when @ plist.info file, see that, key cfbundleidentifier, value replace_bundle_id. wondering how can tie bundle id provisioning profile. on apple's portal, see bunch of provisioning profiles (i part of enterprise team). there no field called bundle-id on these profiles. each of them have app-id. related bundle-id provisioning profile? regards.

when go apple developer portal , check app ids, see name , id of app. id bundle id. need enter in plist. based on xamarin find profiles.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -