Unable to validate your application. (-21017)
2 min readMar 14, 2024
This time, I applied all solutions for the problem I handled before articles. So building has been succeed, but uploading failed.
According to the issue’s answer. It caused by setting ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD
to true.
I appended the script to solve theiTMSTransporter
issue. However it cause this error now.
So I removed this line.
ENV['ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD'] = "true"
And the problem is gone!
If you found this post helpful, please give it a round of applause 👏. Explore more iOS-related content in my other posts.