matrix
matrix copied to clipboard
xcode从14升级到15的时候编译demo会报错Use of undeclared identifier 'assert'
请问有什么解决方法?
在报错的页面引入头文件即可 #include <assert.h>