I am getting this error;
Code Sign error: Provisioning profile
'98745F54-634Y-882B-A56T-5EFE760C3EE6'
can't be found
I googled and found out that I have to remove this line from project.pbxproj
. When I searched for Provisioning profile
I get 6 hits. I need to know which line of Provisioning profile
I should delete?
note: my xcode version 4.2
I went through a SO question, which shows a sequence of lines as in which line to edit, but I can't find that sequence in my project.pbxproj
.
1.)
PROVISIONING_PROFILE = "CC34F5T6-5765-465R-8VB9-FF98766D17H7";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "DF98RRED-DE88-0986-869B-037B6345E664";
SDKROOT = iphoneos;
2.)
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
PROVISIONING_PROFILE = "CC34F5T6-5765-465R-8VB9-FF98766D17H7";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "DF98RRED-DE88-0986-869B-037B6345E664";
SDKROOT = iphoneos;
3.)
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "98745F54-634Y-882B-A56T-5EFE760C3EE6";
WRAPPER_EXTENSION = app;
4.)
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "98745F54-634Y-882B-A56T-5EFE760C3EE6";
WRAPPER_EXTENSION = app;