NFCFishTag sample project in iOS 13 Beta 4 wellKnowTypeTextPayload(string:locale:) was deprecated in iOS 13.0

This sample code project is associated with WWDC 2019 session 715: Core NFC Enhancements.


but with deprecated warning NFCNDEFPayload.wellKnowTypeTextPayload in iOS 13.0 beta 4

CreatingNFCTagsFromYourIPhone/FishTagCreator/MainViewController.swift:90:42: 'wellKnowTypeTextPayload(string:locale:)' was deprecated in iOS 13.0


Any idea to fix?

Replies

found the fix myself


change

wellKnowTypeTextPayload

to

wellKnownTypeTextPayload