xcode-ast-dump icon indicating copy to clipboard operation
xcode-ast-dump copied to clipboard

Doesn't support XCode 11.3

Open AbdulAli opened this issue 5 years ago • 1 comments

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.

AbdulAli avatar Mar 25 '20 22:03 AbdulAli

Hrm, it might be worth trying it with the legacy build system to see if that's related

keith avatar Mar 26 '20 02:03 keith