Problem with NFC capability

Hi,


I have difficulty to upload the application to AppStore just recently.

This is the initial content of entitlement:


<key>com.apple.developer.nfc.readersession.formats</key>

<array>

<string>NDEF</string>

</array>


The error message related to NFC capability:


I add "<string>TAG</string>" into info.plist and entitlement.

<key>com.apple.developer.nfc.readersession.formats</key>

<array>

<string>NDEF</string>

<string>TAG</string>

</array>


Now the error message is:



FYI, in profiles, I have enable NFC reader capability.



Anyone has advise?