I had to change my bundle identifier to have access to the correct provisioning profiles to build my project for the store. To do this I changed the project plist (bundle identifier and bundle versions string, short) and also changed the same fields in the summary tab of my projects "target".
When I click project -> build settings -> code signing I see all of the correct profiles for the new bundle identifier.
When I click targets -> build settings -> code signing I see all of the old profiles for the old bundle identifier.
Any help is appreciated.