「问题」笔记本

1. 升级gem报错

MacBook-Pro:~ Roy$ gem update --system
Updating rubygems-update
ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.

处理方式:
sudo chown -R $USER /Library/Ruby/Gems/ 或者 sudo gem update --system

2. 安装cocoapods报错

MacBook-Pro:~ Roy$ sudo gem install cocoapods
Fetching: nanaimo-0.2.3.gem (100%)
Successfully installed nanaimo-0.2.3
Fetching: colored-1.2.gem (100%)
Successfully installed colored-1.2
Fetching: claide-1.0.1.gem (100%)
Successfully installed claide-1.0.1
Fetching: CFPropertyList-2.3.5.gem (100%)
Successfully installed CFPropertyList-2.3.5
Fetching: thread_safe-0.3.5.gem (100%)
Successfully installed thread_safe-0.3.5
Fetching: tzinfo-1.2.2.gem (100%)
Successfully installed tzinfo-1.2.2
Fetching: minitest-5.10.1.gem (100%)
Successfully installed minitest-5.10.1
Fetching: i18n-0.8.0.gem (100%)
Successfully installed i18n-0.8.0
Fetching: activesupport-4.2.7.1.gem (100%)
Successfully installed activesupport-4.2.7.1
Fetching: xcodeproj-1.4.2.gem (100%)
ERROR:  While executing gem ... (Errno::EPERM)
    Operation not permitted - /usr/bin/xcodeproj

处理方式:
sudo gem install -n /usr/local/bin cocoapods

3. 卸载已安装的cocoapods

 1、如果之前装过cocopods,最好先卸载掉,卸载命令:
$ sudo gem uninstall cocoapods
  2、先查看本地安装过的cocopods相关东西,命令如下:
$ gem list --local | grep cocoapods
  会显示如下:
  cocoapods-core (0.39.0)
  cocoapods-downloader (0.9.3)
  cocoapods-plugins (0.4.2)
  cocoapods-search (0.1.0)
  cocoapods-stats (0.6.2)
  cocoapods-trunk (0.6.4)
  cocoapods-try (0.5.1)
 然后逐个删除吧:
    $ sudo gem uninstall cocoapods-core 

4.Mac文件夹隐藏和显示的命令如下:

隐藏:defaults write com.apple.finder AppleShowAllFiles -bool true
显示:defaults write com.apple.finder AppleShowAllFiles -bool false

5.安装rvm报错

MacBook-Pro:~ LuohanCC$ rvm 2.0.0 --default
ruby-2.0.0-p643 is not installed.
To install do: 'rvm install ruby-2.0.0-p643'
LuohandeMacBook-Pro:~ LuohanCC$ rvm install ruby-2.0.0-p643
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.10/x86_64/ruby-2.0.0-p643.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx.
Installing requirements for osx.
Updating system.......
Error running 'requirements_osx_brew_update_system ruby-2.0.0-p643',
showing last 15 lines of /Users/LuohanCC/.rvm/log/1436950973_ruby-2.0.0-p643/update_system.log
    [https://github.com/Homebrew/homebrew/wiki/Common-Issues](https://github.com/Homebrew/homebrew/wiki/Common-Issues)
and make sure `brew update` works before continuing.'
++ rvm_pretty_print stderr
++ case "${rvm_pretty_print_flag:=auto}" in
++ case "${TERM:-dumb}" in
++ case "$1" in
++ [[ -t 2 ]]
++ return 1
++ printf %b 'Failed to update Homebrew, follow instructions here:
    [https://github.com/Homebrew/homebrew/wiki/Common-Issues](https://github.com/Homebrew/homebrew/wiki/Common-Issues)
and make sure `brew update` works before continuing.\n'
Failed to update Homebrew, follow instructions here:
    [https://github.com/Homebrew/homebrew/wiki/Common-Issues](https://github.com/Homebrew/homebrew/wiki/Common-Issues)
and make sure `brew update` works before continuing.
++ return 1

Requirements installation failed with status: 1.

原因:因Mac未安装Homebrew造成的
解决方法:在命令行输入以下指令安装Homebrew或者进入官网找到最新的下载链接
Homebrew官网:http://brew.sh/index_zh-cn.html

ruby -e "$(curl -fsSL [https://raw.githubusercontent.com/Homebrew/install/master/install](https://raw.githubusercontent.com/Homebrew/install/master/install))"

然后再次执行$ rvm install 2.0.0

注意事项:安装CocoaPots的顺序:
Xcode -> homebrew -> RVM -> Ruby -> CocoaPots;

Sublime Text3 for Mac注册码

—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
B085E65E 2F5F5360 8489D422 FB8FC1AA
93F6323C FD7F7544 3F39C318 D95E6480
FCCC7561 8A4A1741 68FA4223 ADCEDE07
200C25BE DBBC4855 C4CFB774 C5EC138C
0FEC1CEF D9DCECEC D3A5DAD1 01316C36
—— END LICENSE ——

6.安装 xcode Alcatraz 插件管理器

  • 1.执行命令
curl -fsSL https://raw.github.com/alcatraz/Alcatraz/master/Scripts/install.sh|sh
  • 2.前往github地址https://github.com/alcatraz/Alcatraz下载打开使用xcode运行在mac上即可.

7.xcode 导出自定义的代码块

Xcode中的代码块默认存储在~/Library/Developer/Xcode/UserData/CodeSnippets下,可以直接拷贝出来,放在新电脑的该目录下即可~

8.SwiftAnyAnyObject区别

AnyObject是一个协议,Any是零个协议!AnyObject用于任何类实例,而Any用于任何变量。

9.静态库打包合并命令

lipo -create 文件1路径.文件 文件2路径.文件 -output 合成文件路径.文件
例如:

lipo -create /Users/pjk1129/Library/Developer/Xcode/DerivedData/Print-dgfkluumuexoxhcapzidtsmdgqcj/Build/Products/Release-iphonesimulator/libPrint.a  /Users/pjk1129/Library/Developer/Xcode/DerivedData/Print-dgfkluumuexoxhcapzidtsmdgqcj/Build/Products/Release-iphoneos/libPrint.a  -output /Users/pjk1129/Desktop/libPrint.a

10.lipo命令使用

  • 查看静态库所支持的架构lipo -info xxx
  • 合并模拟器Framework与真机Frameworklipo -create xx1 xx2 -output xx3
http://devonios.com/xcode-lipo-framework.html

11.指定页面静止旋转

  • 如果是UINavigationController/UIViewController/UITabbarController,需要在指定的控制器中实现下面三个方法即可,(如用的是UINavigationController, 在ViewController中实现无用,需要在自定义的UINavigtaionController中实现方法才会生效)
- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation {
    return (toInterfaceOrientation == UIInterfaceOrientationMaskPortrait);
}

- (BOOL)shouldAutorotate { 
    return NO;
}

- (NSUInteger)supportedInterfaceOrientations {
    return UIInterfaceOrientationMaskPortrait; // 表示只支持一个方向
}

12. Xcode编译报错

ditto: /Users/ppdai-roy/Library/Developer/Xcode/DerivedData/TestDemo-dfhwbabnlppefudopphgpjdywiga/Build/Products/Debug-iphonesimulator/TestDemo.app/Frameworks/XCTest.framework/XCTest.tbd: Operation not supported
Command /usr/bin/ditto failed with exit code 1

解决方式:stackoverflow

13. Git远程回退

git reset --hard HEAD~1
git push --force

14. Git远程回退

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 206,126评论 6 481
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 88,254评论 2 382
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 152,445评论 0 341
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 55,185评论 1 278
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 64,178评论 5 371
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,970评论 1 284
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,276评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,927评论 0 259
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 43,400评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,883评论 2 323
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,997评论 1 333
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,646评论 4 322
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,213评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,204评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,423评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,423评论 2 352
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,722评论 2 345

推荐阅读更多精彩内容

  • CocoaPods 是什么? CocoaPods 是一个负责管理 iOS 项目中第三方开源库的工具。CocoaPo...
    朝洋阅读 25,632评论 3 51
  • 第一次安装CocoaPods也遇到了一些坑,但是 那个时候时间比较紧,没有抽出时间整理,最近因为电脑还原从新做了系...
    幸福的尾巴__阅读 8,263评论 7 9
  • 我已经老了,有一天,有一处公共场所的大厅里,有一个男人向我走来。他主动介绍自己,他对我说:“我认识你,我永远记得你...
    饮马长城风萧萧阅读 290评论 0 0
  • 黑袍妖厨 《云岚十八妖》 湘西,叶姓少年然,家贫,无以资学。年十四,投身镇中小馆,杂役兼学庖厨。 至十八,艺成,初...
    腾云岚阅读 359评论 0 2
  • 先买个小房子,尝试归属感 再买个大房子,做一个家 有火炉,摇椅,和我的狗 餐具要明亮的,绿色的桌布 透明的花瓶,里...
    洱Cici阅读 177评论 0 0