These days I am configuring CI/CD for an iOS project. Fastlane is a fantastic tool for automatically building, archiving, as well as uploading iOS app to Testflight.
But I found that each time a new build of iOS app is uploaded to Testflight, it always notices me "This build is missing export compliance information", and I have to do some more operations on that page to make it able to test.
To make it automatically, I set ITSAppUsesNonExemptEncryption
to NO
in the XCode project. After this the new builds upload to Testflight will be automatically able to test.