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]

enter image description here

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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -