Xcode code error: iPhone Developer id does not match

I tried to compile iphone application in xcode and i got this

Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain

how can i get rid of it? I do not plan to sell anything in the app store, but so far I have started with objective-c. do i need to register on dev network though? there must be a path around it. its a dumb thing.

thank.

+3
source share
1 answer

If you don’t need to use the actual device, you can simply switch to using the simulator

Project -> Active SDK -> iPhone Simulator

Otherwise, you will need a developer certificate from Apple

+3
source

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


All Articles