-
Notifications
You must be signed in to change notification settings - Fork 360
Closed
Milestone
Description
Did a clean clone of the repository changed to the 1.6 branch and the tried the release script as well as manual xcode build but get the following
errors.
/Users/bradphelan/workspace/ShiftIt/ShiftIt/AXWindowDriver.m:276:41: error: use of undeclared identifier 'kAXFullScreenButtonAttribute'
return [AXWindowDriver pressButton_:kAXFullScreenButtonAttribute ofElement:window error:error];
^
1 error generated.
PBXCp build/Release/ShiftIt.app/Contents/Frameworks/ShortcutRecorder.framework ShortcutRecorder.framework
cd /Users/bradphelan/workspace/ShiftIt/ShiftIt
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/bradphelan/workspace/ShiftIt/ShiftIt/ShortcutRecorder.framework /Users/bradphelan/workspace/ShiftIt/ShiftIt/build/Release/ShiftIt.app/Contents/Frameworks
strip: for architecture x86_64 object: /Users/bradphelan/workspace/ShiftIt/ShiftIt/ShortcutRecorder.framework/Versions/A/Resources/ShortcutRecorder.ibplugin/Contents/MacOS/ShortcutRecorder malformed object (unknown load command 7)
pbxcp: warning: couldn't strip: /Users/bradphelan/workspace/ShiftIt/ShiftIt/build/Release/ShiftIt.app/Contents/Frameworks/ShortcutRecorder.framework/Versions/A/Resources/ShortcutRecorder.ibplugin/Contents/MacOS/ShortcutRecorder: No such file or directory
Command /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp failed with exit code 1
Command /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp failed with exit code 1
PBXCp build/Release/ShiftIt.app/Contents/Frameworks/Sparkle.framework Sparkle.framework
cd /Users/bradphelan/workspace/ShiftIt/ShiftIt
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/bradphelan/workspace/ShiftIt/ShiftIt/Sparkle.framework /Users/bradphelan/workspace/ShiftIt/ShiftIt/build/Release/ShiftIt.app/Contents/Frameworks
** BUILD FAILED **
The following build commands failed:
ShiftIt:
CompileC build/ShiftIt.build/Release/ShiftIt.build/Objects-normal/x86_64/AXWindowDriver.o /Users/bradphelan/workspace/ShiftIt/ShiftIt/AXWindowDriver.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
PBXCp build/Release/ShiftIt.app/Contents/Frameworks/ShortcutRecorder.framework ShortcutRecorder.framework
(2 failures)