Answers for "rn Definition of 'MLKText' must be imported from module 'MLKitTextRecognitionCommon.MLKText' before it is required"

0

rn Definition of 'MLKText' must be imported from module 'MLKitTextRecognitionCommon.MLKText' before it is required

// Add following imports

@import MLKitTextRecognition;
@import MLKitTextRecognitionCommon;
Posted by: Guest on March-27-2022

Code answers related to "rn Definition of 'MLKText' must be imported from module 'MLKitTextRecognitionCommon.MLKText' before it is required"

Code answers related to "Objective-C"

Browse Popular Code Answers by Language