pushiomanager-react-native
pushiomanager-react-native copied to clipboard
"PushIOManager/PushIOManagerAll.h file not found" error when building
Hello,
After adding both frameworks PushIOManager.framework
and PIOMediaAttachmentExtension.framework
(needed for media push notifications as stated in the documentation, the build fails with an error inside the react-native-pushiomanager
pod:
'PushIOManager/PushIOManagerAll.h' file not found
Both frameworks are in the framework directory and added as frameworks in Xcode for all targets.
Thank you!
Up ... for me too
up
I have the same issue
I have the same issue
I had the same issue, and in my case the problem was the symlink to the Headers folders in PushIOManager.framework. When we pushed it to our repo, the symlink broken and the lib couldn't find any header files. We solved it by recreating the following missing symlinks (or you can download the sdk again):
- Headers
- Versions/Current
- Resources
- PushIOManager