-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completely new app gets: You must provide a value for the attribute 'usesNonExemptEncryption' with this request #16645
Comments
It seems like you have not included the output of |
@mjovkovic Thanks for providing this info! I will try to look as soon as I can today and in between WWDC stuff 😊 |
@joshdholtz I added some logs locally:
Here's the output:
So the code reaches the update which should set the |
Closing this since this should be fixed now! Latest version is |
hi @mjovkovic Im having the same exact issue you were having here. Im on fastlane 2.151.2. At this point, ive added every flag in reference to compliance and im still getting this generic error:
heres whats in my
ive narrowed it down to being one of compliance question. Sorry for the formatting, first time posting here. |
@randyvarela5 Hey 👋 Can you append
and
This should help me help you debug your issue 😊 |
hey @joshdholtz thanks for the reply, and sorry it took me so long to get back.I ran
Heres whats currently in my Deliverfile:
I just tried the workaround #16799 and it didnt help. I appreciate your time looking into this for me |
For tracking purposes, here are the steps I took to test. Before executing any fastlane command, I removed the app in appstoreconnect and made sure to save, I also answered "Yes" to the When deleting everything in
Removed the build. from appstoreconnect again, saved, and added the following to my DeliverFile:
however,
@joshdholtz Sorry for the massive dump here, but wanted to track this in case someone else runs into it. Ive merged this change before after a successful test only to have it fail. any thoughts on this? thanks again for your time! |
after merging the above changes, it failed, then wen I went back to the workspace, it failed again. |
ive gone ahead and added every parameter available thats listed in https://github.com/fastlane/fastlane/blob/master/spaceship/lib/spaceship/tunes/app_submission.rb#L89 even the ones I know wont be asked by appstoreconnect:
and im still getting the same error.
|
99% sure that its getting hung up on this question specifically: @joshdholtz Should I create a new issue for this? Seems pretty similar to OP. Im worried since that this issue is marked as closed that its not on your radar. Guidance here would be greatly appreciated. Thanks man |
New Release Candidate Issue Checklist
Issue Information
Issue Description
The problem occurs at the
submit_for_review
stage.This is a new app, and everything was fine until submit for review step. Then the following error occurred:
It's strange, by looking at the code it looks like it should be set, but I must be missing something, I'm not that familiar with Ruby :)
Fastlane log
Stack trace
Deliver Summary
Spaceship Logs
Environment
Mentioning
cc: @joshdholtz
The text was updated successfully, but these errors were encountered: