Top > macOS > Catalina
* /usr/include [#r1f9ffe5]


- macOS Catalina(10.15) + Xcode11 だと /usr/include が無い
--  https://qiita.com/yoya/items/c0b26cba3c040c581643
- macOS 10.15 CatalinaとXcode 11で/usr/includeが見つからない問題
--  https://qiita.com/imbsky/items/da709a514dded95b8575

 export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)"

- https://github.com/Homebrew/homebrew-core/pull/45304

* iTunes 廃止 [#j0b289e1]

- さらば、iTunes。肥大化した混迷の産物の“死”と、その偉大なる功績
--  https://wired.jp/2019/06/04/apple-kills-itunes/

* Bluetooth audio aptX [#qab40f7b]

- Macから高音質・低遅延の「aptX」でBluetooth接続したい? そんなときはこの方法
--  https://www.phileweb.com/review/column/202004/11/994.html
-
>
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
>
sudo defaults delete bluetoothaudiod # 元に戻す

*. [#za61cffb]

- MacOS Catalinaでbashをzshにせよという警告文を消す方法
--   https://qiita.com/waka424/items/bc77b6e8bd4f25760e58
>
 echo "export BASH_SILENCE_DEPRECATION_WARNING=1" >> .bash_profile

- macOS 10.15 Catalinaの新機能まとめ。
--  https://applech2.com/archives/201910-macos-catalina-new-features.html

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes