Changes between Version 1 and Version 2 of Ticket #61261, comment 5
- Timestamp:
- Oct 7, 2020, 3:22:18 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61261, comment 5
v1 v2 1 Replying to [comment: 2 mf2k]:1 Replying to [comment:1 ryandesign]: 2 2 3 {{{ 4 Implicit function declarations are now an error as of Xcode 12. We should fix this but until we do you can avoid the problem by downgrading to Xcode 11 and/or the Xcode 11 command line tools. 5 }}} 3 > Implicit function declarations are now an error as of Xcode 12. We should fix this but until we do you can avoid the problem by downgrading to Xcode 11 and/or the Xcode 11 command line tools. 6 4 7 5 I have Xcode version 11.7. Should I try downgrading to a previous version still?