1
2

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 5 years have passed since last update.

Visual Studio 2017でXamarinを初めて触ってハマった点

1
Posted at

緊急にiOSとAndroid両方で動くアプリを書く必要が出てきてしまい,そういえばVS2017からXamarinがデフォルトになったなということで使ってみたところ案外あっさりできて喜んでいたのですが,その中でもちょっとはまったポイントのメモ.

iOSのアイコン

Project.iOs/Resources以下に入っているデフォルトアイコンが壊れていて,これを消さないとiOS向けのビルドができません.こっちは直してほしいですね.

フルパスの文字数

AndroidとUWPにて,ビルド中の中間ファイルやアセットのフルパスが240文字に制限されてました.「ビルド中の中間ファイルのフルパス」というのが難儀で,プロジェクト自体を深い階層に置いたりプロジェクト名を長くするとこの制限に引っかかります.

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?