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

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

Open
jpamarohorta opened this issue Apr 7, 2022 · 6 comments

Comments

@jpamarohorta
Copy link

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 jpamarohorta changed the title PushIOManager/PushIOManagerAll.h file not found when building "PushIOManager/PushIOManagerAll.h file not found" error when building Apr 7, 2022
@adniltonsantos
Copy link

Up ... for me too

@iiagodias
Copy link

up

@omniboyOK
Copy link

I have the same issue

1 similar comment
@viviancrs
Copy link

I have the same issue

@ppalbuquerque
Copy link

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

@Miiiiii7
Copy link

I have the same issue after upgrading to RN 0.71.
I followed the readme to add PushIOManager.xcframework on framework folder.
I tried to follow the iOS.Example.md, but it didn't work either.
Does anybody have an example working on RN 0.70+?

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

7 participants