Closed mtitolo closed 8 years ago
That's weird, so you should see the command printed out that scan
uses, if not, you can use the --verbose
flag.
Basically scan
pipes the raw xcodebuild
output over into a file using
xcodebuild ... | tee '#{xcodebuild_log_path}' | xcpretty"
I'm not sure what I missed on why the logs would be truncated.
Hi @mtitolo - it's been a while, but I just wanted to check, are you still having this problem?
I'll close this issue for now, but please continue the conversation as needed!
This issue was migrated to https://github.com/fastlane/fastlane/issues/3342. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
When running
scan
in my large project, log output in~/Library/Logs/scan
is truncated. The log file saved is 148MB but is missing a large chunk of the beginning of the build output.Can't post my build output but happy to provide any other info.