Coder Social home page Coder Social logo

objc4-723's Introduction

编译Runtime源码objc4-723

1. OS X 10.13 Xcode 9.x 请参考:objc - 编译Runtime源码objc4-723

2. OS X 10.12 Xcode 8.x 请参考:objc - 编译Runtime源码objc4-706

3. OS X 10.11 Xcode 7.x 请参考:objc - 编译Runtime源码objc4-680

Runtime源码objc4-723编译环境:macOS 11.13Xcode 9.3 需要用到的源码:

  • dyld-519.2.1
  • launchd-842.1.4
  • libauto-187
  • Libc-825.40.1
  • libclosure-67
  • libdispatch-913.1.6
  • libpthread-301.1.6
  • xnu-4570.1.46
  • objc4-723

遇到问题可以参考 objc4-680objc4- 706 的解决方案。

补充:

1. Use of undeclared identifier ‘DYLD_MACOSX_VERSION_10_11

Use of undeclared identifier ‘DYLD_MACOSX_VERSION_10_12 Use of undeclared identifier ‘DYLD_MACOSX_VERSION_10_13 在 dyld_priv.h 文件顶部加入一下宏: #define DYLD_MACOSX_VERSION_10_11 0x000A0B00 #define DYLD_MACOSX_VERSION_10_12 0x000A0C00 #define DYLD_MACOSX_VERSION_10_13 0x000A0D00

2. 'objc-runtime-oldobjc-shared-cache.h.h' file not found

这个问题,貌似是苹果官方文档写的问题,引入错误,这里,可以参考旧版本的写法: 注释掉 // include "objc-runtime-oldobjc-shared-cache.h.h" 引入 objc-runtime-old.h

objc4-723's People

Contributors

yhcflyy avatar

Stargazers

邓凯 avatar

Watchers

James Cloos avatar  avatar

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.