Code Monkey home page Code Monkey logo

Comments (3)

heavyrain2012 avatar heavyrain2012 commented on June 20, 2024

加上下面这2个参数试试

				OTHER_LDFLAGS = (
					"-ld_classic",
					"-Wl",
				);

from mars.

DargonLee avatar DargonLee commented on June 20, 2024

加上下面这2个参数试试

				OTHER_LDFLAGS = (
					"-ld_classic",
					"-Wl",
				);

多谢,确实是 xcode15 导致的。但是这两个参数好像不起作用

from mars.

DargonLee avatar DargonLee commented on June 20, 2024

iOS12 崩溃
解决办法为:把封装的 mars 库改为静态库引入主工程即可
iOS14 崩溃
解决办法:OTHER_LDFLAGS = (
"-ld_classic",
"-Wl",
);
@heavyrain2012 多谢

from mars.

Related Issues (20)

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.