Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[React Native] IOS Build Error: 'QueueITLibrary/QueueService.h' file not found #10

Open
ttrebicki opened this issue Jul 19, 2022 · 1 comment

Comments

@ttrebicki
Copy link

ttrebicki commented Jul 19, 2022

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

Screenshot 2022-07-18 at 17 14 10

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.

@sarooghi
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants