Pecker: Pecker seems to be broken in Xcode 11.4

I’m integrating Pecker via Run Script Phase. It stopped working as soon as I upgraded Xcode to version 11.4.

Pecker version: 0.1.0

Error: Command PhaseScriptExecution failed with a nonzero exit code

There isn’t much info besides this:

bash PhaseScriptExecution Run\ Pecker /Users/fernando.fernandes/Library/Developer/Xcode/DerivedData/TEST-awvaoxeibgfjlqccvsjwuqsmgoij/Build/Intermediates.noindex/TEST.build/Debug-iphoneos/TEST.build/Script-0765326C23FF1DBB00BB6B45.sh (in target 'TEST' from project 'TEST') cd /Users/fernando.fernandes/Downloads/source/backslash-f/TEST/Xcode/TEST /bin/sh -c /Users/fernando.fernandes/Library/Developer/Xcode/DerivedData/TEST-awvaoxeibgfjlqccvsjwuqsmgoij/Build/Intermediates.noindex/TEST.build/Debug-iphoneos/TEST.build/Script-0765326C23FF1DBB00BB6B45.sh

Please advise, thanks.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 16
  • Comments: 18 (4 by maintainers)

Most upvoted comments

My Xcode is still 11.3, thank you for your feedback, will try to solve it as soon as possible

+1, but worth noting I was able to downgrade to Xcode 11.3.1 and have things work well. One gotcha I ran into: The 11.3.1 version of Xcode needed to live at /Application/Xcode.app (i.e. no version number in the name).

New version 0.2.0 support Swift 5.2 now

I have the same issue