Monday, 24 September 2018

Command line build an iOS sample project without development team

I created a Hello Word project in Xcode and built it in the simulator it successfully. But when I tried build the same project by command line, I received this error:

Signing for "PROJECT" requires a development team. Select a development team in the project editor.

Why building by Xcode is not requires a development team and by command line is required?

EDIT:

This is Xcode Signing configuration: enter image description here

This is the command that I am trying run:

xcodebuild CODE_SIGN_STYLE=Automatic -configuration Debug



from Command line build an iOS sample project without development team

No comments:

Post a Comment