Reputation: 1529
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.
Upvotes: 1
Views: 203
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