I’ve been submitting my app to the App Store for test flight and after build 11, I’ve been getting failures via email from Apple:
Non-public API usage: The app conta
I found the solution by my self after uploading the 9th build.
You can check how to use @objc at swift class check this link: The use of Swift 3 @objc inference in Swift 4 mode is deprecated?
Then I have change unused profiles.
Then I upload the app and it works. Let me know if anyone need help