simbesi.com
simbesi.com

Reputation: 1529

Issue in Xcode 4.6 build settings

In my application i have changed provision profile and changed inside build settings-->Code sign identity where any SDK and any ios SDK. Where release and distribution it's updated But it's not updated in Debug and SDK. So build is always failed. Please help me.

Below picture gives some idea

Upvotes: 1

Views: 203

Answers (1)

Owen Hartnett
Owen Hartnett

Reputation: 5935

You should not use Distribution provisioning profiles for your Debug and Release modes. That's designed to upload to the App Store. Instead, download a Developer provisioning profile from the same place you got the Distribution profile. Use both of them.

Upvotes: 1

Related Questions