開(kāi)發(fā)證書刪除
~/Library/MobileDevice/Provisioning Profiles
刪除里面的文件,重新導(dǎo)入XX.mobileprovision
Pod 集成錯(cuò)誤
Use the$(inherited)flag, or
Remove the build settings from the target.
[!] The xxx [Debug] target overrides the HEADER_SEARCH_PATHS build setting defined in Pods/Target Support Files/Pods-xxx/Pods-xxx.debug.xcconfig'. This can lead to problems with the CocoaPods installation - Use the$(inherited)` flag, or
- Remove the build settings from the target.
[!] The xxx[Debug] target overrides the LIBRARY_SEARCH_PATHS build setting defined in Pods/Target Support Files/Pods-xxx/Pods-xxx.debug.xcconfig'. This can lead to problems with the CocoaPods installation - Use the$(inherited)` flag, or
- Remove the build settings from the target.
[!] The xxx[Release] target overrides the HEADER_SEARCH_PATHS build setting defined in Pods/Target Support Files/Pods-xxx/Pods-xxx.release.xcconfig'. This can lead to problems with the CocoaPods installation - Use the$(inherited)` flag, or
- Remove the build settings from the target.
[!] The xxx[Release] target overrides the LIBRARY_SEARCH_PATHS build setting defined in Pods/Target Support Files/Pods-xxx/Pods-xxx.release.xcconfig'. This can lead to problems with the CocoaPods installation - Use the$(inherited)` flag, or
- Remove the build settings from the target.
解決方法
Build Setting --> HEADER_SEARCH_PATHS--> 添加$(inherited)
Build Setting --> LIBRARY_SEARCH_PATHS--> 添加$(inherited)
xib storyboard 警告
Xcode Storyboard warning: Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration
This warning can be annoying and happens as of Xcode 6.1.1. The main problem is that you can not easily find the referenced constraint by clicking on the warning. I guess this is a bug and will get fixed sooner or later.
However, in the meantime you can use this little workaround:
Step 1: Detect annoying warning ??

Step 2: Right/Ctrl-Click on warning, select Reveal in Log
??

Step 3: Admire the beauty of the following log snippet:
... snip...
/Devel/MyCrippledAppNG/MyCrippledApp/Main_iPad.storyboard:Dlb-cb-nWC: warning: Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.
/Devel/MyCrippledAppNG/MyCrippledApp/Main_iPad.storyboard:6Ze-mO-v5N: warning: Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.
/Devel/MyCrippledAppNG/MyCrippledApp/Main_iPad.storyboard:9av-xw-u1o: warning: Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.
/Devel/MyCrippledAppNG/MyCrippledApp/Main_iPad.storyboard:RPt-Uf-vaZ: warning: Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.
/Devel/MyCrippledAppNG/MyCrippledApp/Main_iPad.storyboard:Rnc-4M-7jV: warning: Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.
/Devel/MyCrippledAppNG/MyCrippledApp/Main_iPad.storyboard:epJ-D9-KEF: warning: Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.
/Devel/MyCrippledAppNG/MyCrippledApp/Main_iPad.storyboard:4HC-Gu-01w: warning: Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.... snip ...
Hmmm... What's this...?

Step 4: Let's toss that into the project search bar... ??

?? Yep, you guessed right. Click it.
Step 5: ?? OMG! Enjoy a few extra minutes of productivity until Apple fixes this annoying bug. ??

For 2016...
If you can't get it with 'Reveal in Log', show the Report Navigator. (That is the rightmost tab on the leftmost column.) Delve into the build results there. That will show the build log, including the constraint ID. courtesy buildsucceeded

鼠標(biāo)速度調(diào)整
可以用終端命令來(lái)調(diào)整:
步驟: 1,打開(kāi)終端 2,輸入命令查看:defaults read -g com.apple.mouse.scaling 就可以看到當(dāng)前的鼠標(biāo)速度 3,輸入命令修改:defaults write -g com.apple.mouse.scaling 7.5 就可以修改鼠標(biāo)速度為 7.5 (數(shù)值你可以調(diào) 7---9,自己感覺(jué)速度,10 以上太快了,不建議) 4,重啟電腦 OK 享受MM完美速度
插件工具
1.ESJsonFormat-Xcode json轉(zhuǎn)模型文件 oc版本
2.VVDocumenter-Xcode 快速注釋
3.JSPatchX xcode補(bǔ)齊jspach用
4.RTImageAssets 圖片切割
5.FuzzyAutocompletePlugin代碼提示
6.ClangFormat-的Xcode代碼對(duì)齊
7.FastCoding-Xcode-Plugin快速定義
8.AutoHighlightSymbol
高亮選中
