You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
2014-01-25 13:26:37.786 xcodebuild[692:5b03] DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3575/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:78
Details: Failed to load dependencies output contents from /Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/TrafficLightButton.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “TrafficLightButton.d” couldn’t be opened because there is no such file." UserInfo=0x7ff6806a23b0 {NSFilePath=/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/TrafficLightButton.d, NSUnderlyingError=0x7ff6830292f0 "The operation couldn’t be completed. No such file or directory"}. User info: { NSFilePath = "/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/TrafficLightButton.d"; NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\""; }. Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString __strong, F) [F = <lambda at /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3575/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:168:73>] Thread: <NSThread: 0x7ff682df3020>{name = (null), num = 7} Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide. 2014-01-25 13:26:39.304 xcodebuild[692:5b03] DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3575/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:78 Details: Failed to load dependencies output contents from/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/FullScreenButton.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “FullScreenButton.d” couldn’t be opened because there is no such file." UserInfo=0x7ff683025450 {NSFilePath=/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/FullScreenButton.d, NSUnderlyingError=0x7ff683004480 "The operation couldn’t be completed. No such file or directory"}. User info: {
NSFilePath = "/Users/newluxfero/Devel/testbrackets/brackets-shell/xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/FullScreenButton.d";
NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn\U2019t be completed. No such file or directory"";
}.
Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString *__strong, F) [F = <lambda at /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-3575/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCGccMakefileDependencies.m:168:73>]
Thread: <NSThread: 0x7ff682df3020>{name = (null), num = 7}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
BUILD FAILED **
The following build commands failed:
CompileC xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/TrafficLightButton.o appshell/TrafficLightButton.mm normal i386 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC xcodebuild/appshell.build/Release/appshell_helper_app.build/Objects-normal/i386/FullScreenButton.o appshell/FullScreenButton.mm normal i386 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
The text was updated successfully, but these errors were encountered:
I was trying to compile brackets-shell and I get an error. My file system is case insensitive and finally I've been able to compile changing the imports to his correct name in this files:
https://github.com/adobe/brackets-shell/blob/master/appshell/TrafficLightButton.mm#L23
https://github.com/adobe/brackets-shell/blob/master/appshell/FullScreenButton.mm#L23
Error attached for more information
The text was updated successfully, but these errors were encountered: