摘要: 最近使用项目WKwebView突然开始报错[Process] kill() returned unexpected error 1,查了一下解决办法如下: 1、Xcode 打开: Product > Scheme > Edit Scheme 2、在 Environment Variables 设置 阅读全文
posted @ 2020-01-07 20:41 姜晓延 阅读(4762) 评论(0) 推荐(0) 编辑
摘要: 最近测试极光的时候是不是会收到 JIGUANG | W - [JIGUANGDeviceTokenController] Not get deviceToken yet. Maybe: your certificate not configured APNs? or current network 阅读全文
posted @ 2019-12-31 15:46 姜晓延 阅读(1953) 评论(0) 推荐(0) 编辑
摘要: 之前升级了cocoaPods 版本1.8.4,今天pod install,然后问题就来了: 1、出现了下边的问题: Adding spec repo `trunk` with CDN `https://cdn.cocoapods.org/` [!] CDN: trunk Repo update fa 阅读全文
posted @ 2019-11-29 17:33 姜晓延 阅读(10038) 评论(0) 推荐(0) 编辑
摘要: 最新更新了iOS12,mac10.13.6,xcode10之后,打开之前的项目,只要进行import,xcode就会闪退。那么就来看一下解决方案: Xcode10 新增了一个构建系统起名“New Build System”(新构建系统),在Xcode10正式发布会变成了Xcode的默认Build S 阅读全文
posted @ 2018-10-10 11:52 姜晓延 阅读(2938) 评论(0) 推荐(0) 编辑
摘要: 今天遇到个问题,我整个项目都是纯代码,突然有个引用的VC用了storyboard,导航的跳转不知道如何操作,最后试了很多方法总算可以了 首先,找到要跳转的sb。 UIStoryboard *story = [UIStoryboard storyboardWithName:@"sb的名字" bundl 阅读全文
posted @ 2018-07-05 17:07 姜晓延 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 今天使用cocoapods的时候在执行pod install出错,如下: 使用很多方法都不行,但是问题感觉应该是需要升级,所有就找到升级cocoapods:sudo gem install -n /usr/local/bin cocoapods --pre 最后pod install就可以了。 阅读全文
posted @ 2018-07-03 17:34 姜晓延 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 关于IQKeyBoardManager挤出导航栏的解决方案 方法一: 写在前面 虽然修改后能解决导航栏被挤出去的问题,但是就目前来看是有副作用的,写这篇文章就是想大家来一起讨论,毕竟键盘处理还是比较头疼的。 其实我也就注释了一段代码 文件位置:IQKeyManager>Categorise>IQUI 阅读全文
posted @ 2018-03-21 19:15 姜晓延 阅读(418) 评论(0) 推荐(0) 编辑
摘要: /调用safar打开网页 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.cnblogs.com/foxmin"]]; ////调用app store (省略号后面加的是产品的id等一些参数) 阅读全文
posted @ 2018-02-24 17:32 姜晓延 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 设置info.plist 安全登录 App Transport Security Settings dictionary Allow Arbitrary Loads Boolean YES 阅读全文
posted @ 2018-02-24 17:31 姜晓延 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Xcode 配置包 could not find developer disk image 在Finder状态下前往文件夹,快捷键:shift+command+G,填写路径/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl 阅读全文
posted @ 2018-02-24 17:30 姜晓延 阅读(116) 评论(0) 推荐(0) 编辑