- I disabled "automatic signing" for my app and went with mannual signing.
- Created both certificates, one for development, and one for distribution.
- Both certificates are then downloaded to my keychain.
- Created both profiles(dev and prod) to match both certificates to the app.
Yet, everytime when i try to archive and upload the app, it will automatically generate a "Distribution Managed" Certificate, and it seems the distribution certificate I created early were not used in the process.
Did someone encounter the same issue?