摘要:
新建Xcode项目报错: [Application] The app delegate must implement the window property if it wants to use a main storyboard file. 只需要在 AppDelegate.h 文件中加入 win 阅读全文
摘要:
写在最前面的废话 我算是一个重度的 vim 使用者,离开 vim 码代码全身都不舒服,本次内容记录了给 Xcode 安装 vim 插件的过程 补充于20210813 电脑升级到 Big Sur 装上了Xcode 12.5.1 后,解决办法见文末链接(有点麻烦,看了再考虑要不要在big sur 上面安 阅读全文
摘要:
日常用法 平常使用最多的是 # 打开当前目录 open . # 打开指定目录(以打开桌面为例) open ~/Desktop 进阶用法 使用指定 app 打开 # 使用 finder 打开当前目录 open -a finder . open -a 解决我的一个问题 昨天在打包一个 SDK 时,发现打 阅读全文