Exception: Mysigner::Upload::AscRestUploader::BuildVersionConflictError
- Inherits:
-
StandardError
- Object
- StandardError
- Mysigner::Upload::AscRestUploader::BuildVersionConflictError
- Defined in:
- lib/mysigner/upload/asc_rest_uploader.rb
Overview
Raised when Apple rejects the build for a duplicate CFBundleVersion. In vault mode this surfaces as a 409 on /v1/buildUploads; in local-only mode altool prints an ITMS-90… “build version already exists” diagnostic. Both translate to this same class so the CLI rescue can give the user one consistent “bump your build number” hint.