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

[question]: Getting fail while archiving #1464

Closed
1 task done
HcumaliPik opened this issue Dec 8, 2022 · 3 comments
Closed
1 task done

[question]: Getting fail while archiving #1464

HcumaliPik opened this issue Dec 8, 2022 · 3 comments

Comments

@HcumaliPik
Copy link

How can we help?

I have a react native app. I integrated one signal into android and ios separately.
There is no problem in android side.
After i am setting ios sdk, i am getting error while get archive for testfligt.
Error text ==>
.) Validate OneSignalNotificationExtension.appex
..) Command ValidateEmbeddedBinary failed with a nonzero exit code.
Before installing OneSignalNotificationExtension, I was able to get archive successfully. I think the problem is inside OneSignalNotificationExtension.
I put the error screenshot below.
I am use m1 macbook air and my ios version 11.0.
I need help urgently, thank you.

Ekran Resmi 2022-12-08 13 18 23

Ekran Resmi 2022-12-08 13 39 54

Code of Conduct

  • I agree to follow this project's Code of Conduct
@HcumaliPik
Copy link
Author

Solved.

When you add a new target, the targeting version and build numbers you add must be the same as the main project.
The error here is that the OneSignalNotificationServiceExtension target's build and version numbers do not match the main project.

@phuvinhng
Copy link

How can you update the build and version number for OneSignalNotificationServiceExtension?

@HcumaliPik
Copy link
Author

How can you update the build and version number for OneSignalNotificationServiceExtension?

The build and version numbers of the main project and the numbers of the "OneSignalNotificationServiceExtension" target we added must be the same. You can update the build and version numbers via the general tab.

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

2 participants