You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting this error No such file or directory @ rb_sysopen - App.com.ipa
Though my Lane is running /Users/distiller/project/Project/fastlane
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.
ipa: APP_NAME_PRODUCT, # Required (if not uploading an APK).
path: "./",
upload_metadata: true, # Upload version.json, plist and HTML. Set to false to skip uploading of these files.
)
My App.com.ipa is how ever present in this directory /Users/distiller/project/Project/fastlane
The text was updated successfully, but these errors were encountered:
I keep getting this error No such file or directory @ rb_sysopen - App.com.ipa
Though my Lane is running
/Users/distiller/project/Project/fastlane
aws_s3(
# All of these are used to make Shenzhen's
ipa distribute:s3
commandaccess_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.
ipa: APP_NAME_PRODUCT, # Required (if not uploading an APK).
path: "./",
upload_metadata: true, # Upload version.json, plist and HTML. Set to false to skip uploading of these files.
)
My App.com.ipa is how ever present in this directory /Users/distiller/project/Project/fastlane
The text was updated successfully, but these errors were encountered: