oliverkoo

Results 7 issues of oliverkoo

I use xcodegen to generate the workspace and build my project I ran into this error ``` Failed to open /Users/okoo/Library/Developer/CoreSimulator/Devices//data/Library/Caches/com.apple.mobile.installd.staging/temp.p4UJ9a/extracted/Payload/MyAppEnterprise.app/PlugIns/ShareExtensionEnterprise.appex/ShareExtensionEnterprise ``` I am curious if anyone can give me...

Seeing this Error when switching to Xcode 13 `{61143} 20210902.000147 [ CRASH ] (BP-3_2 - mytest) App crashed before tests started.` Here is the log ``` Tests started: 2021-09-02 00:48:24...

Hello BK friends, What is the purpose of `--scale "${run_service}=0"` in the starting dependencies phase? https://github.com/buildkite-plugins/docker-compose-buildkite-plugin/blob/1dccf2935514285ef95910372feeb9b05a6995e7/commands/run.sh#L226 @lox [committed this](https://github.com/buildkite-plugins/docker-compose-buildkite-plugin/commit/7a58b0d778405a16c749b3cbfe2b5593bc90f5d7#diff-459a12f1d30f44f9efeee7e809e68b59d22f615092eb5f297c343b883cb919c7R75) a long while back and I havn't seen much issue about...

### Issue Description when adding a device that has already been added fastlane compalins ``` { --   | "errors" : [ {   | "id" : "1e6fa258-05ee-42e9-b355-ea0c17fd102c",   | "status" : "409",  ...

status: waiting-for-reply

### 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 [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

Regardless ran test via Xcode or via `xcodebuild` ``` xcodebuild -verbose test -workspace MyApp.xcworkspace \ -scheme MyAppDevelopment \ -destination "platform=iOS Simulator,name=iPhone 13,OS=15.4" \ -enableCodeCoverage YES \ -resultBundlePath /Users/okoo/Code/ios2/testlog.xcresult \ -only-testing...

Hello, I am planning on using the aapt2 binary in the build folder for our CI process. Our CI fleet is moving to Graviton (arm64) so this is super helpful,...