Hello,
Trying to set this up so I can easily test on my mobile device through USB, I've got development mode setup, have my CSR (which i used for my dist profile and works perfectly). Logged into apple developer and have my organisation selected, when trying to create a dev certificate using the same CSR i used for dist, it seems like it just creates it under my name instead of my company, which would explain why, when i download and activate the dev cert, in xcode the dev certificate doesn't show, only the dist cert.
If I create a dev profile using that cert it does load up in xcode, but when I select it I get this error:
No signing certificate "iOS Development" found No "iOS Development" signing certificate matching team ID "{team_id}" with a private key was found.
To me it seems like this is happening because the development certificate I created just decides to put itself not under my org, I thought this was just how it works for development certificates?
Also when I do create the provisioning profile, I can select my company identifier and in the summary it does show my team id so really not sure what is going on.
Would appreciate any guidance on this please.