1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

mac CatalinaでTWELITEのビルドをする

Posted at

MojaveからCatalinaにしたらビルドできなくなっていて結構詰まっていたのでメモ

環境

OS:macOS Catalina 10.15.2
VSCode:1.42.1
MWSDK:2018/5月号
App_Tag:2.1.5

手順

  1. VSCodeをインストールする
    ここからダウンロードして展開してアプリケーションフォルダに入れる
    control推しながら起動するとその場で"開発元が〜〜〜"ってのを許可できるらしい
    https://code.visualstudio.com/docs/?dv=osx

  2. TWELITE C ライブラリ SDKをインストールする
    ここからダウンロードして適当なフォルダに展開する
    https://mono-wireless.com/jp/products/TWE-NET/index.html

  3. ビルドしたいアプリを入れる
    予め./MWSDK/Wks_TWELITEに突っ込んでおく(今回は/MWSDK/Wks_TWELITE/App_Tag_215に配置)
    今回はApp_Tag 2.1.5
    https://mono-wireless.com/jp/products/TWE-APPS/App_Tag/download.html

  4. 「開発元を検証できないため開けません」エラーをひたすらつぶす
    ビルドしたいアプリのBuildに移動してmakeする

$ cd MWSDK/Wks_TWELITE/App_Tag_215/EndDevice_Input/Build
$ make TWELITE=RED clean
$ make TWELITE=RED

延々出てくる「開発元を検証できないため開けません」エラーを許可しては```make TWELITE=RED```を実行しつづける
1. ビルドできる
VSCodeのタスクを実行にApp_Tag_215が出てこないけど、気にしない
男は黙ってmake
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?