Enum crossbundle_tools::error::AppleError [−][src]
pub enum AppleError {
CodeSigningProfilesNotFound,
CodeSigningProfileNotProvided,
CodesignFailed(String),
ZipCommandFailed,
CodesignAllocateNotFound,
Simctl(Error),
TargetNotFound,
ResourcesNotFound,
AssetsNotFound,
FailedToFindInfoPlist(String),
Plist(Error),
}Expand description
Apple specific error type.
Variants
CodeSigningProfilesNotFound
Code signing profile not found
CodeSigningProfileNotProvided
Code signing profile not provided
CodesignFailed(String)
Tuple Fields
0: StringCodesign failed {0}
ZipCommandFailed
Failed to archive payload
CodesignAllocateNotFound
Codesign allocate not found
Simctl(Error)
Tuple Fields
0: ErrorSimctl error
TargetNotFound
Target dir does not exists
ResourcesNotFound
Resources dir does not exists
AssetsNotFound
Assets dir does not exists
FailedToFindInfoPlist(String)
Tuple Fields
0: StringFailed to find Info.plist in path: {0}
Plist(Error)
Plist data error
Trait Implementations
Performs the conversion.
