所以我在WWDC上使用以下代码检测到了AppleLabs提供的NFC卡:nfcSession=NFCNDEFReaderSession(delegate:self,queue:nil,invalidateAfterFirstRead:false)nfcSession.begin()委托(delegate)方法:funcreaderSession(_session:NFCNDEFReaderSession,didInvalidateWithErrorerror:Error){DispatchQueue.main.async{print("Error:"+error.localizedDe