In target change capabilities not affected xcode
Problem:
I had created two targets from my app to run with different provisioning profiles and capabilities.When i change the groupid,icloud capabilities it was automatically changed in the another target.
So i'm no able to run the app.
Solution:
You had created two targets with different provisioning profiles.First you goto build settings->code signing entitlements check that new info.plist name is placed.If in both targets name as same then the above problem will be occur.
I had created two targets from my app to run with different provisioning profiles and capabilities.When i change the groupid,icloud capabilities it was automatically changed in the another target.
So i'm no able to run the app.
Solution:
You had created two targets with different provisioning profiles.First you goto build settings->code signing entitlements check that new info.plist name is placed.If in both targets name as same then the above problem will be occur.
Comments
Post a Comment