You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first, it was throwing an error saying FlomioMessageTests.h wasn't found, so I renamed the MessageTests.h file to FlomioMessageTests.h and MessageTests.m to FlomioMessageTests.m.
Now, I'm getting these errors in NFCTagTests.m:
"Use of undeclared identifier 'FJNFCTag'"
"Use of undeclared identifier 'tag'"
Unknown receiver 'tag'; did you mean 'Tag'?
No known class method for selector 'type2ParseMemoryForNdefTLVLocation'
The text was updated successfully, but these errors were encountered:
At first, it was throwing an error saying FlomioMessageTests.h wasn't found, so I renamed the MessageTests.h file to FlomioMessageTests.h and MessageTests.m to FlomioMessageTests.m.
Now, I'm getting these errors in NFCTagTests.m:
"Use of undeclared identifier 'FJNFCTag'"
"Use of undeclared identifier 'tag'"
Unknown receiver 'tag'; did you mean 'Tag'?
No known class method for selector 'type2ParseMemoryForNdefTLVLocation'
The text was updated successfully, but these errors were encountered: