Changes between Initial Version and Version 1 of Ticket #52258, comment 13


Ignore:
Timestamp:
Sep 23, 2016, 6:58:49 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52258, comment 13

    initial v1  
    11Found the same issue after upgrade to mac os Sierra and Xcode 8.  Found that /usr/local/include/pthread.h appears to have an undeclared type on line 423 with the "Swift unavailable message".  Workaround was to copy the file to /opt/local/include/pthread.h and comment out line 423:
     2{{{
    23/*__SWIFT_UNAVAILABLE_MSG("Use lazily initialized globals instead") */
     4}}}
    35
    46Will file a bug with apple.