Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS12 崩溃 #1177

Open
DargonLee opened this issue Nov 14, 2023 · 3 comments
Open

iOS12 崩溃 #1177

DargonLee opened this issue Nov 14, 2023 · 3 comments

Comments

@DargonLee
Copy link

image

@heavyrain2012
Copy link

加上下面这2个参数试试

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

@DargonLee
Copy link
Author

加上下面这2个参数试试

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

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

@DargonLee
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants