xcode-ast-dump
xcode-ast-dump copied to clipboard
Doesn't support XCode 11.3
It was hard for me to follow the instructions as the README doesn't comply with the latest Xcode 11.3.
The instructions provided at stackoverflow and also which the tool uses produce the following errors:
<unknown>:0: error: this mode does not support emitting reference dependency files
As a solution Vinicius_Vendramini's comment on https://forums.swift.org/t/problems-dumping-ast-for-an-ios-app/17409 worked for me while running: https://github.com/johnmahlon/Coffee-Ratio Application.
Hrm, it might be worth trying it with the legacy build system to see if that's related