Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CLI: build command needs a --verbose and it needs to be enabled on CI #3329

Open
Open
CLI: build command needs a --verbose and it needs to be enabled on CI#3329
Labels

Description

build command is a bit terse on CI:

Run yarn build:ios
yarn build:ios
shell: /bin/bash -e {0}
env:
CCACHE_DIR: /Users/runner/work/rnx-kit/rnx-kit/.ccache
CC: /opt/homebrew/opt/ccache/libexec/clang
CXX: /opt/homebrew/opt/ccache/libexec/clang++
CMAKE_C_COMPILER_LAUNCHER: /opt/homebrew/bin/ccache
CMAKE_CXX_COMPILER_LAUNCHER: /opt/homebrew/bin/ccache
warn Package @react-native-webapis/web-storage contains invalid configuration: "dependency.api" is not allowed. Please verify it's properly linked using "npx react-native config" command and contact the package maintainers about this.
i Multiple schemes were found; picking the first one: ReactTestApp, SampleCrossApp
i If this is wrong, specify another scheme with `--scheme`
i Command: xcodebuild -workspace /Users/runner/work/rnx-kit/rnx-kit/packages/test-app/ios/Sam pleCrossApp.xcworkspace -scheme ReactTestApp -configuration Debug -derivedDataPath /Users/runner/work/rnx-kit/rnx-kit/packages/test-app/ios/Der ivedData -sdk iphonesimulator -destination generic/platform=iOS Simulator CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
- Building
Build succeeded

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions