LoginSignup
0
0

More than 5 years have passed since last update.

Xamarin live player appが見つからない。

Last updated at Posted at 2018-09-30

どうも、iOS版の公開は無くなったよう。。。

Xamarin Live Player Down?
image.png

欲しくなった経緯としては、iOSアプリ作ってみたい熱が再燃したため。
昔ダウンロードしていた、LivePlayerを立上げ、動作させてみたわけですが
とりあえず、Visual Studio 2017のテンプレートからXamarin.Formsで作成し、
いざ、Visual Studioから実行してみるとエラーで動作しない。
(LivePlayとのペアリングは成功している。)

C:\Users\okamoto\source\repos\App1\App1\App1\App.xaml.cs(1,1): error: The type or namespace name 'XamlCompilationAttribute' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\okamoto\source\repos\App1\App1\App1\App.xaml.cs(1,1): error: The type or namespace name 'XamlCompilation' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\okamoto\source\repos\App1\App1\App1\App.xaml.cs(1,1): error: The name 'XamlCompilationOptions' does not exist in the current context
C:\Users\okamoto\source\repos\App1\App1\App1\App.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\okamoto\source\repos\App1\App1\App1\App.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?)

とりあえず、最新版を手に入れようと思い、
ネット上で情報を集めると、最近はTestFlightからダウンロードする必要があるとか。
なので、最新版を求めて入手するため、以下のサイトに足を運んだのですが、、
Xamarin Live Player のセットアップ

Android版しかない。

やっぱ、iOS版は難しいがかな。。。。

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