-
step:
git clone https://github.com/cbl-dart/cbl-dart
cd cbl-dart
Ensure xcpretty is installed: sudo gem install xcpretty
./tools/dev-tools.sh prepareNativeLibraries enterprise debug ios
(replac…
-
### New Issue Checklist
- [X] Updated fastlane to the latest version
- [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [X] I read …
-
Rhodes now supports use of `xcpretty` Gem to clean-up build output for iOS command-line build. If xcpretty Gem is installed, Rhodes build will use it.
However, sometimes you might like to turn it off…
jtara updated
6 years ago
-
The test results XML file created by xcpretty does not contain the duration time for tests that fail. The time is shown on the full logs, so it should be available for xcpretty to include in the XML f…
-
We've got a build that looks something like:
```yaml
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: mxcl/xcodebuild@v1
with:
working-directory: app/ios
scheme…
-
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:245:in `mkdir': Permission denied - /path (Errno::EACCES)
from /System/Library/Frameworks/Ruby.framework/Versio…
-
We noticed that our test suite kept timing out and when investigating found that xcpretty chokes on really long test failure messages. The process just hangs with 100% cpu trying to match the `FAILING…
-
```
CopyPNGFile build/Build/Intermediates/ArchiveIntermediates/bar/InstallationBuildProductsLocation/Applications/bar.app/boat.png bar/cocos2d-x_resource/boat.png
cd /Users/Shared/Jenkins/worksp…
-
Suggesion: [xcpretty](https://github.com/xcpretty/xcpretty)
-
env:
* macOS 15 beta (24A5264n), Apple M1 Chip
* xcode16 beta(16A5171c)
* Infer-osx-arm64-v1.2.0 (direct download from https://github.com/facebook/infer/releases/tag/v1.2.0)
ios App project:
…