Search code examples
xcodexamarinxamarin.iosxamarin-studioxcode8

Getting Could not load the framework 'IDEFoundation' while running Xamarin form application


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!


Solution

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