iOS builds / ipa creation no longer works from the command line
Overview Our command line builds (to build and create the .ipa) are no longer working. iTunesConnect has started rejecting builds that use the CODE_SIGN_RESOURCE_RULES_PATH build setting. If we build WITHOUT that setting the PackageApplication tool (which we use to create the signed .ipa) fails. It seems that PackageApplication calls /usr/bin/codesign with resource-rules arguments even if the CODE_SIGN_RESOURCE_RULES_PATH build setting is excluded I suspect the PackageApplication needs to be updated so that it does not call /usr/bin/codesign with resource-rules arguments when the CODE_SIGN