queueit / react-native-queue-it

React Native Module for integrating Queue-it's virtual waiting room into React Native apps.
MIT License
10 stars 2 forks source link

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

Open ttrebicki opened 2 years ago

ttrebicki commented 2 years ago

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 commented 2 years ago

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.