Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build, run, and livesync commands should support the teamid option #2067

Closed
tzraikov opened this issue Sep 19, 2016 · 3 comments
Closed

build, run, and livesync commands should support the teamid option #2067

tzraikov opened this issue Sep 19, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@tzraikov
Copy link
Contributor

tzraikov commented Sep 19, 2016

Xcode 8 expects a development team to be set when building for device. This can be specified by using the teamid opiton in build, run, debug and livesync commands.

@roblav96
Copy link
Contributor

@tzraikov Corrent me if I'm wrong, but can't we define these parameters in our App_Resources/iOS/build.xcconfig:

CODE_SIGN_IDENTITY = iPhone Developer: Rob Laverty (AG45G4WKF3)

@dtopuzov
Copy link
Contributor

Yes, you can, but you store this file on source control.
Some times multiple develelopers with different signing identities can work on this project and then each of them should specify different signing options, that is why we provide CLI command.

@roblav96
Copy link
Contributor

@dtopuzov Ah that's a very good point!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants