Advertisement
developerjustin

Untitled

Apr 8th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.70 KB | None | 0 0
  1.  
  2.  
  3. Compiling interface definitions
  4. /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile "/Developer/Projects/CBCKiosk/DigitalRelativityCBC13Kiosk/bin/iPhone/Debug/DigitalRelativityCBC13Kiosk.app/PlayMovieViewController_iPhone.nib" "/Developer/Projects/CBCKiosk/DigitalRelativityCBC13Kiosk/UI/PlayMovieViewController_iPhone.xib" --sdk "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk"
  5. 2014-04-08 18:35:18.861 ibtoold[61422:1007] [MT] DVTPlugInExtensionFaulting: Failed to fire fault for extension Xcode.InterfaceBuilderKit.CocoaTouchIntegration.Integrator.IBUITableViewSection: Error Domain=DVTPlugInErrorDomain Code=2 "Loading a plug-in failed." UserInfo=0x7f8e8b045330 {DVTPlugInIdentifierErrorKey=com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration, DVTPlugInExecutablePathErrorKey=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration, NSLocalizedRecoverySuggestion=The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled., NSLocalizedDescription=Loading a plug-in failed., NSFilePath=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin, NSLocalizedFailureReason=The plug-in “com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration” at path “/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin” could not be loaded.  The plug-in or one of its prerequisite plug-ins may be missing or damaged., NSUnderlyingError=0x7f8e8b044630 "The bundle “IDEInterfaceBuilderCocoaTouchIntegration” couldn’t be loaded because it is damaged or missing necessary resources."}
  6. Uncaught exception: NSInternalInconsistencyException Error getting value for key 'integratedClass' of extension 'Xcode.InterfaceBuilderKit.CocoaTouchIntegration.Integrator.IBUITableViewSection' in plug-in 'com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration' {
  7.     NSUnderlyingError = "Error Domain=DVTPlugInErrorDomain Code=2 \"Loading a plug-in failed.\" UserInfo=0x7f8e8b045330 {DVTPlugInIdentifierErrorKey=com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration, DVTPlugInExecutablePathErrorKey=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration, NSLocalizedRecoverySuggestion=The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled., NSLocalizedDescription=Loading a plug-in failed., NSFilePath=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin, NSLocalizedFailureReason=The plug-in \U201ccom.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration\U201d at path \U201c/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin\U201d could not be loaded.  The plug-in or one of its prerequisite plug-ins may be missing or damaged., NSUnderlyingError=0x7f8e8b044630 \"The bundle \U201cIDEInterfaceBuilderCocoaTouchIntegration\U201d couldn\U2019t be loaded because it is damaged or missing necessary resources.\"}";
  8. }
  9. Backtrace:
  10.   0  0x00007fff89698244 __exceptionPreprocess (in CoreFoundation)
  11.   1  0x00007fff8f442e75 objc_exception_throw (in libobjc.A.dylib)
  12.   2  0x0000000107345fd7 -[DVTExtension valueForKey:] (in DVTFoundation)
  13.   3  0x00000001064d6725 -[IBIntegratorManager registerIntegrators:] (in IDEInterfaceBuilderKit)
  14.   4  0x00000001064d63af -[IBIntegratorManager loadAllIntegrators] (in IDEInterfaceBuilderKit)
  15.   5  0x00000001064d5ed2 -[IBInterfaceBuilderPlugin init] (in IDEInterfaceBuilderKit)
  16.   6  0x00000001064d5d92 +[IBInterfaceBuilderPlugin ide_initializeWithOptions:error:] (in IDEInterfaceBuilderKit)
  17.   7  0x0000000106d99c49 _IDEInitializeOnePlugInAndPrerequisites (in IDEFoundation)
  18.   8  0x0000000106d99326 _IDEInitializePlugIns (in IDEFoundation)
  19.   9  0x0000000106d98a59 IDEInitialize (in IDEFoundation)
  20.  10  0x00000001062e5a6b (in ibtoold)
  21.  11  0x00007fff853265fd start (in libdyld.dylib)
  22.  12  0x000000000000000d
  23.  
  24. ibtool exited with code 255
  25. Build complete -- 1 error, 23 warnings
  26.  
  27. ---------------------- Done ----------------------
  28.  
  29. Build: 1 error, 23 warnings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement