0
votes

I'm getting the following error while running Xamarin form application. I've installed Xcode-beta 8. Can anyone please help?

Failed to launch the simulator: Could not load the framework 'IDEFoundation' (path: /Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation): dlopen(/Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation, 1): Library not loaded: @rpath/DVTDocumentation.framework/Versions/A/DVTDocumentation
  Referenced from: /Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation
  Reason: image not found
error MT1008: Failed to launch the simulator: Could not load the framework 'IDEFoundation' (path: /Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation): dlopen(/Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation, 1): Library not loaded: @rpath/DVTDocumentation.framework/Versions/A/DVTDocumentation
  Referenced from: /Users/apple/Downloads/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation
  Reason: image not found


Thanks!

2

2 Answers

-1
votes

Use Xcode 7.3 instead, the stable version of Xamarin Studio / Xamarin.iOS does not support unstable versions of Xcode.

0
votes

It sounds like some part of Xamarin's tools is trying to use reverse-engineered internal components of Xcode for its own purposes. That's not supported by Xcode, and is something Xamarin will need to address.