Why would XCode keep trying to install an ad hoc profile when I set iPhone developer Code signing identity in the build options? -


i want run iphone app in debug mode on device. have valid certificate , provisioning profiles developer , debug. have code signing identity set "iphone developer" in project preferences. when try install app, asks me if want install ad hoc distribution profile. strange because explicitly tell use iphone developer code signing identity. using ad hoc distribution profile won't work because doesn't have debug rights.

anyone know how fix this?

maybe can you: go project -> edit project settings -> build

in "configuration" dropdown list select debug configuration (not "active") , check build settings. entilements.plist should not added debug configuration.

try so. xcode ignores settings active configuration , uses previous configuration.


check info.plist file, use debug build (it can setted in build configuration "info.plist file" key). think, "bundle identifier" in file equal app identifier in adhoc profile.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -