Apple account linked to Xcode can't login. Always shows 503 error. Sometimes it login and loses the connection often.

Hey guys,

This is the first time I'm testing my app on the device after spending some quality time I completed setup but now I ran into below error.

It's so much annoying that the Xcode loses the connections anf thus throws error while running the below command

cordova run ios --device


I get the below error

Check dependencies
Signing for "EazyBottle" requires a development team. Select a development team in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'


** BUILD FAILED **




The following build commands failed:
        Check dependencies
(1 failure)



Any leads are much appreciated.


Thank you!

Accepted Reply

After some researching on web/stackoverflow I fixed the above issue.

Simple restart the Xcode and try login again. Once you're logged in follow the below link

http://stackoverflow.com/questions/39501020/code-sign-error-on-xcode-8-and-ios-10-cordova-project

Peace!

Replies

After some researching on web/stackoverflow I fixed the above issue.

Simple restart the Xcode and try login again. Once you're logged in follow the below link

http://stackoverflow.com/questions/39501020/code-sign-error-on-xcode-8-and-ios-10-cordova-project

Peace!