2016-10-10 12 views
0

私のMac(VMWare)にSSHできるので、pingなどできます。しかし、Xamarinは接続しません。誤った資格情報を入力すると通知されますが、正しいものを入力すると 'Mac.localに接続できませんでした。もう一度やり直してください。 'VS Xamarin 'がMac.localに接続できませんでした。

トラブルシューティングガイドではこれが解決されませんでした。

VSは「安定」アップデートチャネルにあります。 Xamarin Studioは「安定した」チャンネルにありますが、「パッケージのインストールに失敗しました」というメッセージが表示されるため、更新されません。これが理由だろうか?更新の

ログイン:

2016-10-10 12:50:44.589 Xamarin Update[888:13432] Reading index file 2016-10-10 12:50:44.591 Xamarin Update[888:13432] Loaded 1 updates from index file 2016-10-10 12:50:44.591 Xamarin Update[888:13432] Requesting root authorization for 2016-10-10 12:50:47.028 Xamarin Update[888:13432] Acquired root authorization 2016-10-10 12:50:47.036 Xamarin Update[888:13550] Installing update 1 of 1 2016-10-10 12:50:47.037 Xamarin Update[888:13550] Installing package '/Users/xamarin/Library/Caches/XamarinStudio-6.0/TempDownload/MonoFramework-MDK-4.6.1.5.macos10.xamarin.universal.pkg' 2016-10-10 12:50:47.037 Xamarin Update[888:13550] /usr/sbin/installer -pkg '/Users/xamarin/Library/Caches/XamarinStudio-6.0/TempDownload/MonoFramework-MDK-4.6.1.5.macos10.xamarin.universal.pkg' -target/-verboseR 2016-10-10 12:50:47.037 Xamarin Update[888:13550] Requesting root authorization for /usr/sbin/installer 2016-10-10 12:50:47.039 Xamarin Update[888:13550] Acquired root authorization 2016-10-10 12:51:04.861 Xamarin Update[888:13550] ERROR: installer did not indicate successful completion 2016-10-10 12:51:04.862 Xamarin Update[888:13550] Update failed to install 2016-10-10 12:51:04.862 Xamarin Update[888:13432] Error Domain=xamarin.updater Code=-1 "Package failed to install" UserInfo={NSLocalizedDescription=Package failed to install} installer: Package name is Mono Framework installer: Upgrading at base path/installer:PHASE:Preparing for installation… installer:PHASE:Preparing the disk… installer:PHASE:Preparing Mono Framework… installer:PHASE:Waiting for other installations to complete… installer:PHASE:Configuring the installation… installer:PHASE:Writing files… installer:PHASE:Validating packages… installer: The upgrade failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)

答えて

0

あなたはあなた自身の質問に答えました。 WindowsとMacOSマシンには同じバージョンのXamarinがインストールされていなければなりません。そうでなければ "Xamarin Mac Agent"は(ほとんどの場合)接続できません。 他のものを試す前に、MacのXamarinを最新の安定版に更新する必要があります。個人的にはインストールパッケージを削除し(ログにパスがある)、もう一度ダウンロードしようとします。

+0

私はそれを試みた、それはまだ動作しませんでした。私のVSは「ブローカー」をロードできないと言っていました。 私の解決策は、新しいMac OS X VMを新しく作り、Xamarinと依存関係を再インストールすることでした。 – TheDream

0

はXamarinプロセス(Xamarinのborkerまたは類似した何かを)殺すために試してみてください。

kill -9 {Xamarin PID} 

プロセスのリストを表示するために使用します。

ps aux 
関連する問題