1

今、私は自分Xamarin.ios7.0.xに更新しましたxcode 5

Error: A valid Xcode installation could not be found. If your copy of Xcode is 
installed to a non-standard prefix, please specify the location in MonoDevelop's
Preferences under 'SDK Locations'. (Scrapboom.iPhone)

iOS7用にXcodeを5.0に更新し、monodevelopでアプリケーションを実行していますが、アプリケーションが実行されていません。

シミュレーターでの警告:

warning MT1201: Could not load the simulator: dlopen(Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient, 1): image not found

デバイスの警告:

warning MT1003: Could not kill the application 'com.scrapboom.iphone'. You may have to kill the application manually.
error MT0000: Unexpected error - Please file a bug report at http://bugzilla.xamarin.com
System.IO.DirectoryNotFoundException: Directory 'Platforms/iPhoneOS.platform/DeviceSupport' not found.
  at System.IO.Directory.ValidateDirectoryListing (System.String path, System.String searchPattern, System.Boolean& stop) [0x00000] in <filename unknown>:0 
  at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0 
  at System.IO.Directory.GetDirectories (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0 
  at MonoTouch.Installation.Device.get_DeveloperImagePath () [0x00000] in <filename unknown>:0 
  at MonoTouch.Installation.Device.MountDeveloperImage () [0x00000] in <filename unknown>:0 
  at MonoTouch.Installation.Installer.FindApplication (MonoTouch.Installation.Device d, System.String appId) [0x00000] in <filename unknown>:0 
  at MonoTouch.Installation.Installer+<LaunchApplication>c__AnonStorey1A.<>m__22 (MonoTouch.Installation.Device d) [0x00000] in <filename unknown>:0 
4

2 に答える 2

1

環境設定で新しいXCode場所を設定できます。Xamarin.Studio

Xamarin Studio > Preferences... > Projects > SDK Locations > Apple

Xamarin スタジオの設定

緑色のチェック マークがない場合は、新しいXCode 5インストールを対象とする場所を設定します (通常は/Applications/XCode.App) 。

于 2013-10-03T09:58:14.773 に答える
0

Xcode6にアップデートした後、同様の問題が発生しました。Xamarin Studio のすべての更新プログラムをベータ チャネル経由でインストールすることが役に立ちました。Xamarin Studio > Check for Updates に移動し、安定版ではなくベータ版を選択します

于 2014-09-12T10:15:12.823 に答える