crifan 7年前 (2017-12-12) 5022浏览 0评论
折腾:
【已解决】Python中smtp如何发送多个收件人地址且带名字的且可以被格式化
期间,已经开启了QQ邮箱中的smtp的服务了。但是用代码发邮件,结果用25端口和smtp.qq.com去发送,结果出错:
raise SMTPAuthen...
crifan 7年前 (2017-12-12) 3498浏览 0评论
折腾:
【未解决】Cocoapods去pod install版本10.2.5的ArcGIS-Runtime-SDK-iOS出错:curl 56 Recv failure: Connection reset by peer
期间,pod update出...
crifan 7年前 (2017-12-12) 6161浏览 1评论
折腾:
【未解决】XCode中把ArcGIS.framework换成用Cocoapods管理
期间,找到之前的同样的库:
ArcGIS.framework
的版本,貌似是10.2.5 所以换成:
pod ‘ArcGIS-Runtime-...
crifan 7年前 (2017-12-12) 10952浏览 0评论
折腾:
【未解决】Xcode9中点击xib就崩溃
后,Xcode中Clean后再去build出错:
‘Realm/Realm.h’ file not found with <angled> include; use...
crifan 7年前 (2017-12-12) 4830浏览 0评论
折腾: 【已解决】Xcode链接友盟统计库出错:UMSCommentDetailController.xib global error Compiling IB documents for earlier than iOS 7 is no ...
crifan 7年前 (2017-12-12) 3125浏览 0评论
iOS项目中用到的库ArcGIS.framework: 是单独的200多MB的文件。
被之前iOS开发人员放到代码中了。很大。不合适。
想要换成用已有的Cocoapods去管理。
ArcGIS framework ios
10.2版本的:
Inst...
crifan 7年前 (2017-12-12) 4142浏览 0评论
折腾:
【已解决】Xcode9.2编译出错:ld library not found for -lMobClickLibrary
期间,继续编译,出错: PhaseScriptExecution [CP]\ Copy\ Pods\ Resource...
crifan 7年前 (2017-12-12) 9565浏览 0评论
ld: library not found for -lMobClickLibrary
clang: error: linker command failed with exit code 1 (use -v to see invocation)
...
crifan 7年前 (2017-12-12) 4951浏览 0评论
不论是打开:xxx.xcodeproj去编译
还是(后来想起来需要去)打开:xxx.xcworkspace
结果去编译都是出错: PhaseScriptExecution Check\ Pods\ Manifest.lock /Users/crif...
crifan 7年前 (2017-12-11) 11876浏览 0评论
折腾:
【已解决】Python中如何把smtp的From和To进行Header编码
期间,遇到用[email protected]去用账号和密码去登录smtp想要去发邮件,结果登录就出错:
去把发件人换一下
但是还是163的发送给另外一个163和...