pushiomanager-react-native icon indicating copy to clipboard operation
pushiomanager-react-native copied to clipboard

"PushIOManager/PushIOManagerAll.h file not found" error when building

Open jpamarohorta opened this issue 2 years ago • 6 comments

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

Screenshot 2022-04-07 at 11 57 55

Both frameworks are in the framework directory and added as frameworks in Xcode for all targets.

Thank you!

jpamarohorta avatar Apr 07 '22 10:04 jpamarohorta

Up ... for me too

adniltonsantos avatar Apr 28 '22 18:04 adniltonsantos

up

iiagodias avatar Apr 28 '22 20:04 iiagodias

I have the same issue

omniboyOK avatar May 11 '22 13:05 omniboyOK

I have the same issue

viviancrs avatar Oct 20 '22 23:10 viviancrs

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

ppalbuquerque avatar Feb 08 '23 18:02 ppalbuquerque