Describe the bug
open project build. produce the error message "/Undecimus/post.sh: line 74: dpkg-scanpackages: command not found". I can call dpkg-scanpackages normally in console ,but Xcode install unC0ver ,the shell produce error, I modify the below shell ,solve this problem .what is the reason ?
if [ -f ~/.bash_profile ]; then
. ~/.bash_profile
fi
why the result ?
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.

I have the same question.I should install dpkg-scanpackages?
I install dpkg and It is OK now.
resolved after installing dpkg
brew install dpkg
resolved after installing dpkg
brew install dpkg
it works for me, thanks~
Most helpful comment
resolved after installing dpkg
brew install dpkg