mars icon indicating copy to clipboard operation
mars copied to clipboard

iOS12 崩溃

Open DargonLee opened this issue 1 year ago • 3 comments

image

DargonLee avatar Nov 14 '23 03:11 DargonLee

加上下面这2个参数试试

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

heavyrain2012 avatar Nov 16 '23 08:11 heavyrain2012

加上下面这2个参数试试

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

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

DargonLee avatar Nov 30 '23 07:11 DargonLee

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

DargonLee avatar Dec 01 '23 09:12 DargonLee