-
Notifications
You must be signed in to change notification settings - Fork 17
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
Build Error Ios #74
Comments
same error . any solution? |
yeah i fixed this error, the docs are wrong and missing some parts i followed this https://github.com/oracle/pushiomanager-react-native/blob/master/iOS.Example.md when they say to import <PushIOManager/PushIOManager.h> should be <CX_Mobile_SDK/PushIOManager> |
using expo you will need to create your own plugin to move files into the correct directory |
I did a fork of this library to work with expo eas, because when the expo runs the "install dep" step will break the eas cause dont have cx_mobile_sdk inside framework folder, so i removed this postInstall |
This is my expo plugin to create ios, structure... module.exports = function withPushIOManager(config) {
]);
}); function updateAppDelegateH(filePath) { if ( if (!content.includes('UNUserNotificationCenterDelegate')) { fs.writeFileSync(filePath, content, 'utf-8'); function updateAppDelegateM(filePath) { // Replace the AppDelegate.m file function movePushio(config) { // Path to the destination folder: ios//pushio_config // Check if the source file exists |
Im trying to integrate de pushiomanager im facing this issue, I followed the readme and this error keep showing up.
Is the doccsup to date?
im using: expo sdk 51
react native: 0.74
pushiomanager: 7.0
the framework folder
The text was updated successfully, but these errors were encountered: