1
0

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 1 year has passed since last update.

VisualStudioを使わずRiderでMAUIのプロジェクト作成備忘録

Last updated at Posted at 2023-11-26

Riderを用いて.NET MAUIのプロジェクトを作成

普段はUnityでスマホ向けゲーム制作を行なっているものの、Unityを用いないアプリ開発を行なってみたいと考えた。
具体的にはMac OSでiOSアプリ開発をC#を用いて行おうと思い、その備忘録として記事を作成。

  1. Xcodeコマンドラインツールのインストール
    xcode-select --install

  2. .NETのインストール
    とりあえず.NET 7系列をインストール
    https://dotnet.microsoft.com/ja-jp/download

  3. RiderでMAUIのプロジェクトを作成
    MAUIを選択し新規ソリューションを作成。

  4. 動くかどうかビルド
    ビルドを行いシミュレーターが起動、アプリが実行されれば成功!

参考資料(この記事の内容はほぼこれ)

[1]豆蔵デベロッパーサイト VS Code で .NET MAUI の開発環境を構築する(macOS/iOS)

[2]JETBRAINS macOS Environment Setup for MAUI Development

Qiitaへは初投稿です...お手柔らかに!

1
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?