随笔分类 -  iOS

摘要:写在最前 最近遇到一个项目需要使用多年不用的Xcode,编辑时那些好用的快捷键基本都忘记了,上网查完在此记录一下。 编辑场景下的常用快捷键 移动 光标向前移动一个字符 CTRL + F 光标向后移动一个字符 CTRL + B 光标移动到行首 CTRL + A 光标移动到行尾 CTRL + E 光标移 阅读全文
posted @ 2022-04-30 16:18 1lin24 阅读(60) 评论(0) 推荐(0)
摘要:导入Xcode中的Profile文件存放在如下目录: ~/Library/MobileDevice/Provisioning Profiles 找到你要删除的那个删掉即可 阅读全文
posted @ 2021-09-03 16:40 1lin24 阅读(401) 评论(0) 推荐(0)
摘要:错误信息 项目集成一个SDK后报错 …………Building for iOS, but the linked and embedded framework ‘xxx.framework’ was built for iOS + iOS Simulator. 报错原因 WWDC 2019 推出 XCF 阅读全文
posted @ 2021-07-26 10:32 1lin24 阅读(1145) 评论(0) 推荐(0)
摘要:新建Xcode项目报错: [Application] The app delegate must implement the window property if it wants to use a main storyboard file. 只需要在 AppDelegate.h 文件中加入 win 阅读全文
posted @ 2021-06-29 10:54 1lin24 阅读(214) 评论(0) 推荐(0)
摘要:iOS 10以前 NSString *phoneStr = [NSString stringWithFormat:@"telprompt://%@",@"18150830596"]; [[UIApplication sharedApplication] openURL:[NSURL URLWithS 阅读全文
posted @ 2021-03-02 15:11 1lin24 阅读(170) 评论(0) 推荐(0)
摘要:写在最前面的废话 我算是一个重度的 vim 使用者,离开 vim 码代码全身都不舒服,本次内容记录了给 Xcode 安装 vim 插件的过程 补充于20210813 电脑升级到 Big Sur 装上了Xcode 12.5.1 后,解决办法见文末链接(有点麻烦,看了再考虑要不要在big sur 上面安 阅读全文
posted @ 2021-02-03 15:46 1lin24 阅读(1433) 评论(0) 推荐(0)