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

Consider compiling iOS CHIPTool in CI #37773

Open
bzbarsky-apple opened this issue Feb 25, 2025 · 2 comments
Open

Consider compiling iOS CHIPTool in CI #37773

bzbarsky-apple opened this issue Feb 25, 2025 · 2 comments
Labels
bug Something isn't working darwin needs triage

Comments

@bzbarsky-apple
Copy link
Contributor

Reproduction steps

Right now nothing in CI builds iOS CHIPTool.

Bug prevalence

Always.

GitHub hash of the SDK that was being used

b10a85a

Platform

darwin

Platform Version(s)

No response

Anything else?

No response

@bzbarsky-apple
Copy link
Contributor Author

When I try the obvious:

cd src/darwin/CHIPTool

xcodebuild -target "CHIPTool" -sdk iphoneos -configuration Release

I get:

src/darwin/CHIPTool/CHIPTool.xcodeproj: error: Signing for "CHIPTool" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'CHIPTool' from project 'CHIPTool')

@bzbarsky-apple
Copy link
Contributor Author

And this:

 xcodebuild -target CHIPTool -sdk iphoneos -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

returns:

error: src/darwin/CHIPTool/build/Release-iphoneos/Matter.framework: No such file or directory (in target 'CHIPTool' from project 'CHIPTool')

which is getting closer...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working darwin needs triage
Projects
None yet
Development

No branches or pull requests

1 participant