Xcode 11 beta can't upload app to TestFlight
It looks like you trying to use a project generated by Xcode 10. Could you try this:
Locate your
Entitlements-Release.plist
file. You can find the location here: "Signing -> Code Signing Entitlements". It's usually "App Name/Entitlements-Release.plist"Remove "NDEF" from
Entitlements-Release.plist
file.
- Archive & Upload