Unable to run code on device

I have the source code that I developed and then gave to another team. They signed it with their certificate and training profile.

Now I returned the code and set the appropriate values ​​in the project properties to identify the code (with my certificate and profile). But when I run the application on the device, I get an error message with a different command certificate and request that the provisioning profile does not exist.

I do not know what it refers to.

Someone can help.

Thanks.

+3
source share
6 answers

Check out the properties of Target, not just Project, because it can be overridden there.

+3
source

, "Target" - , "Project" . Xcode :

" : " iPhone Developer: " - " / " "

- "Target" , "Project" , , "Project" .

+2

SDK iphone- Iphone. iphone. , . (, , , ).

+1

Project > Edit Project Settings... Configurations All Configurations. Code Signing ( ), , Code Signing Identity .

0

iphone, , , ( +)

after execution, change the code signing settings from the project information window, and you should be fine. I ran into the same problem and had to do this to solve this problem.

0
source

Source: https://habr.com/ru/post/1706798/


All Articles