Code Monkey home page Code Monkey logo

appleopensource's Introduction

Apple Opensource

可编译的苹果开源基础库,以下所有的库都需要配置 Additional SDK

libmalloc

变更

Build Settings

  • 设置 lto 为 no,开启 lto 会导致无法源码调试,具体原因不清楚,猜测 lto 导致 debug 信息丢失。
  • 去掉 order file。
  • 添加自定义宏 PRIVATE。
  • 关闭 bitcode。

调试

libmalloc_stress_test

libdispatch

变更

Build Settings

TODO:

调试

TODO:

可编译 Targets

  • libdispatch introspection
  • libdispatch dyld stub

objc4

变更

  • 去掉 bitcode
  • 去掉 -lCrashReporterClient

调试

TODO:

appleopensource's People

Contributors

longv2go avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

junyixie

appleopensource's Issues

libdispatch build error.

i have already add additional iphoneos sdk follow your guide.

but when i build libdispatch introspection target, build error:

libdispatch.xcconfig:21 #include "<DEVELOPER_DIR>/Makefiles/CoreOS/Xcode/BSD.xcconfig"
does not exist

libdispatch.xcconfig:22 #include "<DEVELOPER_DIR>/AppleInternal/XcodeConfig/PlatformSupport.xcconfig" does not exist

I'm new to building these source code, please provide some help.

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.