xcode15 编译、运行报错
1.link问题1.1 现象:123malloc: Heap corruption detected, free list is damaged at 0x28032c400*** Incorrect guard value: 1297437786malloc: *** set a breakpoint in malloc_error_break to debug
1.2 解决:在Project->target->Build Settings->Other linker Flags 路径下,添加 -ld64
1.3 参考:Xcode 15 linking errorXcode15及低版本 -ld64适配
hexo blog
hexo + github page 搭建个人博客说明使用 github action 持续集成ci
思路:1.搭建两个git仓库,一个是部署仓库 一个是源码仓库2.修改内容 push 到源码仓库,使用action同步到部署仓库
参考链接:【Hexo】使用Hexo+github pages+travis ci 实现自动化部署使用 Github Action 自动部署留言板分类和标签插件配置文章评论
