#author("2024-10-05T16:07:37+00:00","default:yoya","yoya")
#author("2024-10-24T12:46:58+00:00","default:yoya","yoya")
[[macOS]]

- iPhone の画面共有。

* MacPorts [#fa82ffc8]
* トラブル [#n211d45e]

** カメラ [#g462581f]

- macOS 15.0.x SequoiaではLightroom ClassicとCanon製カメラだけでなく、Capture Oneや他社のデジタル一眼レフでもテザー接続ができない不具合が確認されているので注意を。
--  https://applech2.com/archives/20241024-camera-tethering-issue-on-macos-15-sequoia.html

** MacPorts [#fa82ffc8]

- C++ headers are not found after updating to CLTs version 16.0
--  https://trac.macports.org/ticket/70750

--- https://x.com/rsky/status/1842555343106437187
>
Ryusuke Sekiyama 🐈
@rsky
むう。macOS 15にアップグレードしたらMacPortsでC++でビルドするパッケージが軒並みこけるな。
>
Command Line Toolsを再インストールしなければならない模様。
https://trac.macports.org/ticket/70750
>
sudo rm -rf /Library/Developer/CommandLineTools して再インストールはなしで XCode 16パッケージ内の /Applications/Xcode.app/Contents/Developer が使われるようになって解決した?(ビルド中)
>
cmake-bootstrapがビルド通ったので大丈夫っぽい