Elixir Desktop

来週水曜の勉強会に参加するかも。

とりあえず以下コンテンツ見つつで写経を。何かあれば控えを残す方向で。

続きのやつも別途確認の方向?

とりあえず

今回のやつは docker 使うのではなくてローカルで環境作らないと駄目な模様。How to build & run に沿って環境作ります。

試行錯誤中

以下なエラーを確認。

% carthage update --use-xcframeworks
*** Fetching ZIPFoundation
*** Checking out ZIPFoundation at "0.9.18"
*** xcodebuild output can be found in /var/folders/g_/bgjlyq1j37x9ly1khb1lshxr0000gn/T/carthage-xcodebuild.tXPAks.log
A shell task (/usr/bin/xcrun xcodebuild -project /Users/yamanetoshi/Documents/spotties/ios/Carthage/Checkouts/ZIPFoundation/ZIPFoundation.xcodeproj CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 72:
xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH

以下で解決? と思ったら

% sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

今度はこんな出力。

Could not find any available simulators for visionOS

これは simulater が存在しないことが原因らしく (今 download 中)、ってライブラリ存在しませんが、ってエラーが出ててハマリ中だったのですが以下で解決? って思ったら

% carthage update --platform ios --use-xcframeworks

エミュレータも無事起動したのですが

This BEAM file was compiled for a later version of the runtime system than the current (Erlang/OTP 25).
To fix this, please re-compile this module with an Erlang/OTP 25 compiler.\n 

OPT/25 使え、って言われてて辛い件。。。

これから

osx のダウングレード着手します。。。

この記事が気に入ったらサポートをしてみませんか?