theodelrieu / conan-darwin-toolchain

Conan build require to cross build to any darwin platform
MIT License
31 stars 21 forks source link

Support for new Xcode 10 headers path #9

Closed paulocoutinhox closed 4 years ago

paulocoutinhox commented 5 years ago

Hi,

On Xcode 10 you need use different headers folder as described here: https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes

If you don't do it, we need install old headers using: open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

Can you update your toolchain?

Thanks.

kunitsyn commented 4 years ago

In case anyone else stumbles upon this: try to update your conan-darwin-toolchain from 1.0 to last version (1.0.4). Took me some long hours to do this, since most tutorials on the Internet specify 1.0.

paulocoutinhox commented 4 years ago

Hi,

I have created other: https://github.com/ezored/conan-darwin-toolchain

Thanks.