-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Hi, I am trying to upload both IPA and dSYM but got this error
ERROR : No such file or directory - xxx.app.dSYM.zip
aws_s3(
# All of these are used to make Shenzhen's `ipa distribute:s3` command
access_key: ENV['AWS_ACCESS_KEY_ID'], # Optional - defaults to AWS Instance Profile Creds.
secret_access_key: ENV['AWS_SECRET_ACCESS_KEY'], # Optional - defaults to AWS Instance Profile Creds.
aws_profile: ENV['AWS_PROFILE'], # Optional - defaults to AWS Instance Profile Creds. (overrides if access_key and secret_access_key specified)
bucket: ENV['S3_BUCKET_NAME'], # Required from user.
region: ENV['AWSREGION'], # Required from user.
# endpoint: 'https://s3-us-west-1.amazonaws.com', # Optional, for buckets that require a specific endpoint
ipa: XXX.ipa, # Required (if not uploading an APK).
dsym: `XXX.app.dSYM.zip`, # Optional if you use `ipa` to build.
path: 'v{CFBundleShortVersionString}_b{CFBundleVersion}/', # This is actually the default.
upload_metadata: true, # Upload version.json, plist and HTML. Set to false to skip uploading of these files.
version_file_name: 'app_version.json', # Name of the file to upload to S3. Defaults to 'version.json'
version_template_path: 'path/to/erb' # Path to an ERB to configure the structure of the version JSON file
)
Metadata
Metadata
Assignees
Labels
No labels