关键字 error 的文章


由   YIem   撰写于    浏览:2939  评论:0
这两天照着test-ipv6的开源项目搭建Test-ipv6 测试平台在Ubuntu18环境下死活不能成功。就卡在mtu1280d 这一环节的安装过程。root@server100:~# rsync -av fsky@rsync.test-ipv6.com:stable/mtu1280d . receiving incremental file l[...]

由   YIem   撰写于    浏览:7714  评论:0
使用模拟器时Xcode控制打印Sending selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 [Client] Sending selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "[...]

由   YIem   撰写于    浏览:3717  评论:0
AppStoer打包上传时提示:ERROR ITMS-90062ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [1.5.1] in the Info.plist file must contain a high[...]

由   YIem   撰写于    浏览:8583  评论:0
iOS开发#使用Pods中使用Swift和Objective-C混编-编译不通过的原因-ld: symbol(s) not found for architecture arm64问题基本描述 在Pods管理的Objective-C中导入Swift过程中出现问题项目中需要展示报表,而使用的第三方(Charts)是Swift编写的,而我的项目中使用的[...]

由   YIem   撰写于    浏览:7450  评论:0
iOS开发# Attempted to dereference an invalid ObjC Object or send it an unrecognized selector.出问题的过程对于数组进行操作时Crash控制台PO打印 Errorerror: Execution was interrupted, reason: Attempted[...]

由   YIem   撰写于    浏览:15184  评论:0
Xcode控制台打印:Received XPC error Connection interrupted for message type 3 kCFNetworkAgent XPCMessageTypePACQueryXcode打印 kCFNetworkAgentXPCMessageTypePACQuery 原因碰见Xcode打印kCFNetw[...]

由   YIem   撰写于    浏览:6571  评论:0
Xcode 10.1 Release Notes&Xcode10.1 新版本功能Overview Xcode 10.1 includes SDKs for iOS 12.1, watchOS 5.1, macOS 10.14.1, and tvOS 12.1. Xcode 10.1 supports on-device debugging for [...]

由   YIem   撰写于    浏览:7968  评论:0
clang-5.0: error: cannot specify -o when generating multiple output files 问题解决方案使用第三方应用加固中碰见的问题,也就是代码混淆,被这个问题墨迹了两个小时---网上找了各种答案都不对--无意中在GitHub中的issues看见了答案禁用-Enable Indexing w[...]

由   YIem   撰写于    浏览:5371  评论:0
react-native f8app 让我很尴尬No bundle URL present.Make sure you're running a packager server or have included a .jsbundle file in your application bundle.RCTFatal-[RCTBatchedBridg[...]

由   YIem   撰写于    浏览:13299  评论:0
使用宝塔(bt.cn)一键SSL,Let's Encrypt免费证书 提示以下域名解析错误,或解析未生效解决方法错误截图:解决过程:没有使用301,和htaccess文件也没有关系,发现宝塔好坑,只能自己去Let's Encrypt官网,看文档自己生成,但是发现error,第二张图,发现自动访问 http://yiem.net/.well-know[...]

由   YIem   撰写于    浏览:14638  评论:0
https://segmentfault.com/a/1190000009272638 | 掘金技术征文第一期 - 收藏集 - 掘金 - 掘金精选 - SegmentFaulthttps://juejin.im/post/583e62d0a22b9d006a986410 | 一位 iOS 开发者的前端入门到入职 | 掘金技术征文 - 掘金https[...]

由   YIem   撰写于    浏览:3908  评论:0
这一年的工作是彻底结束了! 干杯!三个项目的上线,更新在刚刚完成了!记录一点东西!Because the reasons for mainland China network fluctuations, if there is a network error, can not access. please wait for a while in t[...]

由   YIem   撰写于    浏览:4440  评论:0
iOS-不规则瀑布流-瀑布流图片-

由   YIem   撰写于    浏览:5106  评论:0
iOS-判断当前网络状态-数据-无网络-WIFI-等等-第三方@第三方---UIKit+AFNetworking

由   YIem   撰写于    浏览:4837  评论:0


由   YIem   撰写于    浏览:4290  评论:0

由   YIem   撰写于    浏览:3294  评论:0

由   YIem   撰写于    浏览:4132  评论:0

由   YIem   撰写于    浏览:3347  评论:0

由   YIem   撰写于    浏览:3374  评论:0

由   YIem   撰写于    浏览:3879  评论:0

由   YIem   撰写于    浏览:3764  评论:0

由   YIem   撰写于    浏览:6572  评论:0
OC- 字典套数组 -- 省市区// 获取文件 NSString *str = [NSString stringWithContentsOfFile:@"area.txt" encoding:NSUTF8StringEncoding error:nil]; // 按\n截取 NSArray *line = [str compon[...]

由   YIem   撰写于    浏览:3587  评论:0
省市区OC-字典-省市区-省数组套省字典套市数组套市字典套区数组数据文件:省市区TXT(数据)文件 NSString *str = [NSString stringWithContentsOfFile:@"area.txt" encoding:NSUTF8StringEncoding error:nil]; NSLog(@&qu[...]