1.真機配置包路徑 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 2.配置文件路徑 ~/Library/MobileDevice/Provisioning Profiles 3 ...
1.真機配置包路徑
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
2.配置文件路徑
~/Library/MobileDevice/Provisioning Profiles
3.每次首次啟動模擬器輸入密碼的問題
1、打開終端
2、輸入 DevToolsSecurity --status
然後提示
Developer mode is currently disabled.
3、輸入 DevToolsSecurity --enable
此時會彈出密碼輸入框,輸入密碼後
終端信息:Developer mode is now enabled.
4.Xcode 自動補全失效(模糊匹配)
1、徹底關閉退出 Xcode
2、找到 DerivedData 文件夾,然後刪除 (路徑: ~/Library/Developer/Xcode/DerivedData)
3、找到 com.apple.dt.Xcode 文件,然後刪除 (路徑: ~/Library/Caches/com.apple.dt.Xcode)