React-native-square-reader-sdk Xcode 13.4.1

Ran into something on the final step of the SDK implementation for the react-native SDK

@import SquareReaderSDK Use of ‘@import’ when C++ modules are disabled, consider using -fmodules and -fcxx-modules

The test application worked but the implementation is different.

I tried the #import but the file isn’t found.

Been dealing with this issue for about 18 hours and can’t get past it. Hoping someone has some suggestions.

:wave: This sounds like an issue with project settings configuration, but if you try #import <SquareReaderSDK/SquareReaderSDK.h> does it work? :slightly_smiling_face: