I've looked at the previous discussions on this error and none of the previous solutions have helped.
I'm trying to run iOS code from Visual Studio to create an IPA file ( as in this ). When I try to build the code (step 7 of the Creating an IPA section on that page), I'm getting the error "No installed provisioning profiles match the installed iOS signing identities".
On developer.apple.com, I've created the App ID identifier, and created a Provisioning profile using the App ID, and then downloaded everything through Xcode on my Mac.
I've also tried running the code straight from Xamarin Studio, and I'm also getting the same "No installed provisioning profiles match the installed iOS signing identities"error.
Please advise how these issues can be resolved, so that I can build and run my code.