
Mac
文章平均质量分 55
XiaoDev
一个iOS开发工程师。
展开
-
is damaged and can’t be opened. You should move it to the Trash
Mac “XXXXX” is damaged and can’t be opened. You should move it to the Trash允许AnyWhere任何来源的软甲 安装。打开运行(Terminal)运行命令:$ sudo spctl --master-disable。打开设置参考运行的软件来源,应该是选择了任何来源。如果还不行可以运行:$ sudo xattr -...原创 2020-04-26 08:42:43 · 3439 阅读 · 0 评论 -
开发问题总结
1. -[UIImagePickerController respondsToSelector:]: message sent to deallocated instance 用完delegate=nil;2. linker command failed with exit code 1 (use -v to see 错误在Library Search Patch 中删除文件路径原创 2015-05-26 11:30:59 · 580 阅读 · 0 评论 -
Mac远程控制Mac和Windows
一、Mac控制MacMac间的远程控制是非常方便的,10.5以后的系统中都集成了VNC,可以方便地进行远程控制。1. 打开被控制的Mac的系统设置 “SystemPreference”,点击进入共享“Sharing”: 2. 进入共享“Sharing”后,左边会有一排选项,把屏幕共享“ScreenSharing”勾上后就可以通过VNC进行远程控制了。3.原创 2014-01-13 14:49:24 · 1853 阅读 · 0 评论 -
git 应用
使用命令行方式。1.首先把远程的clone下来。(需要放到那个文件夹,就在git clone前先cd 到指定文件位置就可以了。)$ git clone http://git.oschina.net/dspeaker/landed-ios2.然后在clone下来的文件夹内创建项目。3.提交项目d到本地分支。git commit -a -m "说明"4.把本地项目推入到远程原创 2015-12-13 15:14:46 · 380 阅读 · 0 评论 -
文章标题
友盟分享错误调试错误 [14:43:02.591( 1803)] - UMSocial: createSocialAction uid is (null) 2016-03-10 14:43:02.595 QianiPhone[3079:151668] -canOpenURL: failed for URL: “weixin://app/wxdc1e388c3822c80b/” - erro原创 2016-04-08 11:23:13 · 1203 阅读 · 1 评论 -
xcode git 用户名密码错误
最快捷最暴力的解决办法删除远程仓库地址git remote rm origin查看远程仓库地址没有git remote -v添加远程仓库地址连带着用户名和密码git remote add origin http://用户名:密码@远程仓库地址然后push看看,应该就可以了。原创 2016-05-21 10:30:49 · 2914 阅读 · 1 评论 -
pod search 出现问题
问题入校/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.5.3/lib/cocoapods/user_interface/error_report.rb:135:in error_from_podfile': invalid byte sequence in UTF-8 (ArgumentError) from /Library/Ruby/Gems/2.3...原创 2019-05-15 14:23:03 · 1662 阅读 · 0 评论