'NDEF is disallowed' Error on Xcode 12.2

I tried to upload Application after updating my Xcode and then I started to get this error .

Code Block
ERROR ITMS-90778: "Invalid entitlement for core nfc framework. The sdk version '14.2' and min OS version '14.0' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'NDEF is disallowed'."



In my info.plist I haven't added any com.apple.developer.nfc.readersession.formats

Tried by adding it still same issue .

Need to know why and what was the issue

I try to downgrad to iOS 10.0 in Deployement info (and podfile) and it works.
Maybe the nfc framework is not updated.
'NDEF is disallowed' Error on Xcode 12.2
 
 
Q