Scroll-Reverser
Scroll-Reverser copied to clipboard
Xcode error : "Command PhaseScriptExecution failed with a nonzero exit code" on compile
I'm trying to comile the latest version of ScrollReverser but some error occur on compiling (Sorrry for my bad english I'm french) Here are the logs:
Setting NMOriginalBundleShortVersionString to -d in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Info.plist
Delete: Entry, ":NMOriginalBundleShortVersionString", Does Not Exist
Setting CFBundleShortVersionString to -d in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Info.plist
Setting CFBundleShortVersionString to -d in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app.dSYM/Contents/Info.plist
Set: Entry, ":CFBundleShortVersionString", Does Not Exist
File Doesn't Exist, Will Create: /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app.dSYM/Contents/Info.plist
Setting CFBundleVersion to in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Info.plist
Setting CFBundleVersion to in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app.dSYM/Contents/Info.plist
Set: Entry, ":CFBundleVersion", Does Not Exist
File Doesn't Exist, Will Create: /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app.dSYM/Contents/Info.plist
Frameworks path is /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Frameworks
Removing spurious files from /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Frameworks/Sparkle.framework
Finished removing files
Developer ID Application: Nicholas Moore: no identity found
Developer ID Application: Nicholas Moore: no identity found
Command PhaseScriptExecution failed with a nonzero exit code
Thanks for your help!
Hi, this is because of the code signing step in the build script. It's looking for my code signing identity which of course is not present on your machine. To make it build, you would need to replace the key with your own signing key. (The free Mac Development key would work.)
In any case, I should be updating the build scripts etc soon and when I do I'd like to set up a target that builds easily without any of my "private" bits, so people can get a build going "out of the box".
I'm trying to comile the latest version of ScrollReverser but some error occur on compiling (Sorrry for my bad english I'm french) Here are the logs:
Setting NMOriginalBundleShortVersionString to -d in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Info.plist Delete: Entry, ":NMOriginalBundleShortVersionString", Does Not Exist Setting CFBundleShortVersionString to -d in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Info.plist Setting CFBundleShortVersionString to -d in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app.dSYM/Contents/Info.plist Set: Entry, ":CFBundleShortVersionString", Does Not Exist File Doesn't Exist, Will Create: /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app.dSYM/Contents/Info.plist Setting CFBundleVersion to in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Info.plist Setting CFBundleVersion to in /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app.dSYM/Contents/Info.plist Set: Entry, ":CFBundleVersion", Does Not Exist File Doesn't Exist, Will Create: /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app.dSYM/Contents/Info.plist Frameworks path is /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Frameworks Removing spurious files from /Users/antoine7805/Library/Developer/Xcode/DerivedData/ScrollReverser-cwqefzhdgxivtagzbeycrdrvzmof/Build/Products/Debug/Scroll Reverser.app/Contents/Frameworks/Sparkle.framework Finished removing files Developer ID Application: Nicholas Moore: no identity found Developer ID Application: Nicholas Moore: no identity found Command PhaseScriptExecution failed with a nonzero exit code
Thanks for your help!
Did you manage to solve this problem? If yes, can you explain how, please?