I uploaded new build for Apple’s TestFlight Beta Testing but I am not finding option to submit to Apple even after enabling the switch “TestFlight Beta Testing” and there is a yellow warning icon next to the uploaded build. And if I go to the page after clicking warning icon “No Beta Entitlement” is written there.
Since my project contains both app and the keyboard extension, and I am already using “App Groups” so I do have two code signing entitlement files one for main project and other for keyboard extension.
I tried to solve this by the following but its not resolved yet:
1. I manually added following in both code signing entitlement files:
<key>beta-reports-active</key><true/>
but then I found the following error during generation of ipa from xcode achieve:
“Failed to locate or generate matching signing assets:”
“No matching provision profiles found for “Applications/<my app name>.app””
2. I recreated provisioning profiles but same issue occurs.
Another point is that it was working fine few days back and my old builds don’t have any issue, I couldn’t recall any settings change which can cause this issue.
Thanks!