Changes between Initial Version and Version 1 of Ticket #55281, comment 6
- Timestamp:
- Nov 10, 2017, 8:19:00 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55281, comment 6
initial v1 1 Hacking Availability.h and putting a copy in `/usr/local/include` or `/opt/local/include/` was something that was recommendeda couple of years back to fix some temporary hiccup in Apple's header -- it worked to get past the issue of the moment -- but it nicely illustrates the down-the-road, hard-to-debug nonsense that can happen later on when you forget about that. There must have been a dozen tickets so far about that exact same issue, most often manifesting as `SWIFT_UNAVAILABLE`.1 Hacking Availability.h and putting a copy in `/usr/local/include` or `/opt/local/include/` was something that was suggested by some a couple of years back to fix some temporary hiccup in Apple's header -- it worked to get past the issue of the moment -- but it nicely illustrates the down-the-road, hard-to-debug nonsense that can happen later on when you forget about that. There must have been a dozen tickets so far about that exact same issue, most often manifesting as `SWIFT_UNAVAILABLE`. 2 2 3 3 Glad you sorted it out.