Douglas Taquary
Douglas Taquary
Hey guys, I'm trying to run SwiftInfo via danger-swiftinfo but the message via danger in PR is empty. In CI it logs the error message when executing swiftinfo via Pods:...
Hey guys, I did other tests using xcode 12.5 and it worked. 🥳 As of xcode 13.+ gives error when running: `./Pods/SwiftInfo/bin/swiftinfo --verbose` Error: `error: unknown argument: '-toolchain'`
When rename a file, I have a similar issue, using `(git.modified_files + git.added_files - %w[PreTestDangerfile]).each do |file|`. Any suggestions on how to solve this problem? I'm using Danger `9.3.0`.
Hi, @brenovaladao Can you do a test by adjusting the results path like this example? Here the results are generated in this folder. ```ruby xcode_results_path = './build/Logs/Test/*.xcresult' xcode_summary.ignored_files = ['Pods/**',...
Hey, i solved this problem here! I set the path with`resultBundlePath` to save the `.xcresult` with the results of the test execution. ``` xcodebuild test-without-building -xctestrun "build/Build/Products/yourscheme_iphonesimulator17.5-x86_64.xctestrun" -**resultBundlePath "build/results"** -destination...