ラベル OSX の投稿を表示しています。 すべての投稿を表示
ラベル OSX の投稿を表示しています。 すべての投稿を表示

2020年1月22日水曜日

Xcode. device is not connected.

When Xcode said  your device was not connected but actually it was connected.
it would be solved reboot however avoiding reboot, type the below command.


sudo launchctl stop com.apple.usbmuxd
stackexchange

What is launchd

according to wikipedia,
launchd is an init and operating system service management daemon created by Apple Inc. as part of macOS to replace its BSD-style init and SystemStarter. There have been efforts to port launchd to FreeBSD and derived systems.

it could solve other problems too..

2020年1月18日土曜日

XQaurtz 日本語表示

macOSXのXQaurtz 日本語表示

.bash_profile
export LANG='ja_JP.UTF-8'
export LC_ALL='ja_JP.UTF-8'
export LC_MESSAGES='ja_JP.UTF-8'
test -r ~/.bashrc && . ~/.bashrc
を追加
アプリケーション->カスタマイズ
ターミナルの起動を xterm -u8に設定