ios - Configuring "Provisioning Profile" option in Xcode "Code Signing" build settings -
i want able have xcode project in source control, other developers can build/test app. under "code signing identity" can specify automatic values "developer" / "distributor" works well.
however "provisioning profile" lets me see specific profiles. further, though documentation says this, app builds , runs on test ipad fine:
the uuid of valid provisioning profile. missing or invalid profile cause build error. [provisioning_profile]

so how supposed set up, , difference make?
i found following apple url useful in knowing how setup code signing section of project settings. setting xcode automatically manage provisioning profiles.
Comments
Post a Comment