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
RN: 0.68.2
Expo SDK 45, managed build
Xcode: 13.2.1
react-native-queue-it: all versions from 1.0.0 to latest
There might be an issue with the latest version of QueueITLibrary pod:
After updating pod repo in my RN repository I was unable to build my app for IOS, with following error being the reason: #import <QueueITLibrary/QueueService.h> ^ 'QueueITLibrary/QueueService.h' file not found
Apparently, going down from QueueITLibrary 3.3.0 to 3.0.x fixes the problem. The issue was also encountered by my co-worker who freshly cloned React Native repository with our app and did a fresh install.
The text was updated successfully, but these errors were encountered:
Hi,
We have changed some files in our latest IOS , so it has caused an issue for the react-native using that library. For now we have locked locked the react-native library to the older version of our ios native so the issue is resolved.
RN: 0.68.2
Expo SDK 45, managed build
Xcode: 13.2.1
react-native-queue-it: all versions from 1.0.0 to latest
There might be an issue with the latest version of QueueITLibrary pod:
After updating pod repo in my RN repository I was unable to build my app for IOS, with following error being the reason:
#import <QueueITLibrary/QueueService.h> ^ 'QueueITLibrary/QueueService.h' file not found
Apparently, going down from QueueITLibrary 3.3.0 to 3.0.x fixes the problem. The issue was also encountered by my co-worker who freshly cloned React Native repository with our app and did a fresh install.
The text was updated successfully, but these errors were encountered: