I have a Mac project and an iOS project that both use iCloud capabilities. When I created the Mac app there was a red "!" next to Add the "iCloud" entitlement to your App iD, in the iCloud section of the Capababilities tab. When I click "Fix Issue", the red "!" appeared in the corresponding window of the iOS project.
Now whenever I build one app, it undoes whatever "Fix Issue" fixed on the other.
I found the same question here on SO but the only suggestion was to manually add a "Provision Profile" under "Build Settings / Code Signing" section in Xcode 5 for the iOS and OS X project. I experimented with a number of different things but I don't know how to create a Provisioning Profile that will work for both the Mac and iOS builds. The choices in the iOS project are iOS Team Provisioning Profile: *, and None. Likewise in the Mac project it's Mac Team Provisioning Profile: *, and None.
In the Apple Member Center. It seems I can add a profile for Mac or iOS, but not one profile for both.
How can I get Xcode to allow me to compile each application (Mac and iOS) without having to Fix Issue each time I alternate between them?
Thanks.