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

xcodebuild -showBuildSettings produces weird errors on stderr #21672

Closed
4 tasks done
lacostej opened this issue Nov 29, 2023 · 0 comments
Closed
4 tasks done

xcodebuild -showBuildSettings produces weird errors on stderr #21672

lacostej opened this issue Nov 29, 2023 · 0 comments

Comments

@lacostej
Copy link
Collaborator

lacostej commented Nov 29, 2023

xcodebuild produces weird errors on stderr.

This isn't a fastlane issue per se, and maybe just a project configuration issue / xcode install. It's main consequence as I can see is that it clutters the test output on CI. We should aim to get rid of it or hide it.

I haven't been able to find the reason behind these errors, but they don't cause the build to fail.

New Issue Checklist

Issue Description

with xcode 14.2 we see errors like

2023-11-29 08:43:59.948 xcodebuild[986:78741081] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition

with xcode 14.3 we see a second error

2023-11-29 08:43:59.637 xcodebuild[986:78741056] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2023-11-29 08:43:59.948 xcodebuild[986:78741081] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition
Command executed

To reproduce do:

xcodebuild -showBuildSettings -scheme Example -project ./gym/examples/multiplatform/Example.xcodeproj -destination generic/platform\=iOS > log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant