I'm trying to use PeripheryApp in my CI and I'm running into an issue where it fails out by using too much diskspace. I've seen this issue when I run it locally when my project has generated fully (i'm XCodeGen), but once I generate the project it runs fine.
On the CI side I generate my project, but doesn't seem to be taking as I hit the following error at the start of periphery. The command I'm running is periphery scan --project $(Build.SourcesDirectory)/app-ios/MyApp.xcworkspace --schemes MyApp
error: Shell command
xcodebuild -workspace '/Users/runner/work/1/s/app-ios/MyApp.xcworkspace' -scheme 'MyApp' -parallelizeTargets -derivedDataPath '/Users/runner/Library/Caches/com.github.peripheryapp/DerivedData-b25ed6cb-de5428d2-cb1ab80a' -quiet build-for-testing CODE_SIGNING_ALLOWED="NO" ENABLE_BITCODE="NO" DEBUG_INFORMATION_FORMAT="dwarf" COMPILER_INDEX_STORE_ENABLE="YES" INDEX_ENABLE_DATA_STORE="YES"' returned exit status '70':`