Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode error : "Command PhaseScriptExecution failed with a nonzero exit code" on compile #80

Open
DocSystem opened this issue Mar 30, 2020 · 2 comments

Comments

@DocSystem
Copy link

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!

@pilotmoon
Copy link
Owner

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".

@asetmumin99
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants