Unable to build Mac OS application project after integrating Cocoapods ZIPFoundation library

I am facing a critical issue in y Xcode project after integrating cocoapod. I am developing a mac os application and for .zip file related works i integrated cocoapod to my project but now its showing error and unable to build project.


error:

PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/bishnudas/Library/Developer/Xcode/DerivedData/Unox_Student_Console-aufhqqmxtgklivfwbbyoooeifvka/Build/Intermediates.noindex/Unox\ Student\ Console.build/Debug/Unox\ Student\ Console.build/Script-7B03BB8C8C7A0CD6DE9A8461.sh (in target: Unox Student Console)
    cd /Users/bishnudas/Library/Autosave\ Information/Unox\ Student\ Console
    /bin/sh -c /Users/bishnudas/Library/Developer/Xcode/DerivedData/Unox_Student_Console-aufhqqmxtgklivfwbbyoooeifvka/Build/Intermediates.noindex/Unox\\\ Student\\\ Console.build/Debug/Unox\\\ Student\\\ Console.build/Script-7B03BB8C8C7A0CD6DE9A8461.sh

mkdir -p /Users/bishnudas/Library/Developer/Xcode/DerivedData/Unox_Student_Console-aufhqqmxtgklivfwbbyoooeifvka/Build/Products/Debug/Unox Student Console.app/Contents/Frameworks
rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/bishnudas/Library/Developer/Xcode/DerivedData/Unox_Student_Console-aufhqqmxtgklivfwbbyoooeifvka/Build/Products/Debug/ZIPFoundation/ZIPFoundation.framework" "/Users/bishnudas/Library/Developer/Xcode/DerivedData/Unox_Student_Console-aufhqqmxtgklivfwbbyoooeifvka/Build/Products/Debug/Unox Student Console.app/Contents/Frameworks"
building file list ... done

sent 371 bytes  received 20 bytes  782.00 bytes/sec
total size is 509916  speedup is 1304.13
/Users/bishnudas/Library/Autosave Information/Unox Student Console/Pods/Target Support Files/Pods-Unox Student Console/Pods-Unox Student Console-frameworks.sh: line 104: EXPANDED_CODE_SIGN_IDENTITY: unbound variable
Command PhaseScriptExecution failed with a nonzero exit code
I'm facing the same issue. Does anyone know how to fix it yet?
Unable to build Mac OS application project after integrating Cocoapods ZIPFoundation library
 
 
Q