If you run into issue like : "cannot find code object on disk"
then set an environment variable
CODESIGNALLOCATE="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesignallocate"
NOTE : there is an underscore between codesign & allocate environment variable which is getting supressed for some reason.
If you run into issue like :
"cannot find code object on disk"
then set an environment variable
CODESIGNALLOCATE="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesignallocate"
NOTE : there is an underscore between codesign & allocate environment variable which is getting supressed for some reason.