-2

MonoDevelopでソリューションを作成しようとしていますが、いくつか問題があります。空のプロジェクトをコンパイルしようとしましたが、ビルダーは次のように表示します。

Building: tusciasProjektas (Debug|iPhone)

Building Solution tusciasProjektas

Building: tusciasProjektas (Debug|iPhone)
Performing main compilation...

Updating CodeBehind files
Updated 1 CodeBehind files

The reference 'System' is not valid for the target framework of the project.
The reference 'System.Xml' is not valid for the target framework of the project.
The reference 'System.Core' is not valid for the target framework of the project.
Assembly 'monotouch' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors.
Build failed. Argument cannot be null.
Parameter name: path1

私のコンピューターは標準で、Intel CPU(Macではない)を搭載しており、LeopardXがインストールされています。このフレームワークとMonoDevelopもインストールしました。たぶん、MonoTouchSDKをインストールしていないのが問題です(ユーザーとパスワードが必要です。http ://www.go-mono.com/monotouch-download/monotouch-0.9-20090818-からダウンロードできません。 0.pkg)。誰かがそれに取り組んでいて、これで私を助けることができますか?

4

2 に答える 2

1

SDKを入手するには、ベータ参加フォームに記入する必要があるとhttp://mono-project.com/MonoTouch_Betaに記載されています。

MonoTouchチームは、開始するための詳細を送信します。

于 2009-08-21T06:55:52.123 に答える
0
Assembly 'monotouch' not found.

MonoTouchフレームワークを使用して開発するには、MonoTouchフレームワーク必要です。あなたがする必要がある最初のことはそれを手に入れることです。

プロジェクトページの「ベータ版に参加」リンクをたどりましたか?アカウントにダウンロードさせたい場合は、ここから始めるとよいでしょう。

http://www.mono-project.com/MonoTouch_Beta

于 2009-08-21T06:50:13.367 に答える