iOS开发杂记

杂记:

1.安装Xcode插件管理终端命令:

curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh

插件路径:

/Users/eclectic/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins

显示隐藏文件:

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

隐藏隐藏文件

defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder



2.删除Mac自带的输入法路径:

~/Library/Preferences/com.apple.HIToolbox.plist


3.打个鸡血:

         不要让任何事情成为你不去学习的理由!


4.Xcode描述文件位置

      ~/Library/MobileDevice/Provisioning Profiles


5.Xcode7.2.1运行iOS9.3.1真机,

下载一个在Xcode7.3里面这个路径的9.3然后复制到自己的电脑相应的路径里面:    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

你可能感兴趣的:(iOS开发杂记)