GithubHelp home page GithubHelp logo

youknowone / xcode-libcxx Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 1.0 29 KB

The missing libc++ headers in Xcode9 (Sigh).

Home Page: https://cocoapods.org/pods/libc++

License: Other

Makefile 0.56% C++ 98.98% Ruby 0.46%
xcode9 libcxx llvm5 cocoapods pod

xcode-libcxx's Introduction

The missing libc++ headers for Xcode9

It seems Apple only update clang compiler itself, but not about the standard library libc++. Fortunately, missing headers work well by simplly copying from REAL LLVM.

This package includes any, optional and variant.

Installing with Cocoapods

Here is an example of Podfile:

platform :osx, '10.12'

target 'MyApp' do
    pod 'libc++'
end

Installing with Makefile

Note: This is not recommended. This method will change your Xcode internal files. Note that this action might break your Xcode or system. Try it by your own risk.

# Clone this repository.
# Run `make brew` to install llvm@5 via homebrew.
# Run `make install` and follow the instruction.

xcode-libcxx's People

Contributors

youknowone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

isghe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.