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

Redefinition of 'SUCCESS' as different kind of symbol build error #497

Closed
cyoxxg opened this issue Sep 12, 2023 · 1 comment
Closed

Redefinition of 'SUCCESS' as different kind of symbol build error #497

cyoxxg opened this issue Sep 12, 2023 · 1 comment

Comments

@cyoxxg
Copy link

cyoxxg commented Sep 12, 2023

Report

Plugin Version

"react": "18.2.0"
"react-native": "0.71.6"
"react-native-appsflyer": "^6.12.2"

On what Platform are you having the issue?

iOS

What did you do?

During iOS build, there is a conflict with the 'SUCCESS' symbol declared in another third-party library.
Error message: "Redefinition of 'SUCCESS' as different kind of symbol"

What did you expect to happen?

The build should succeed

What happened instead?

The build failed

Please provide any other relevant information.

// RNAppsFlyer.h
...
static NSString *const SUCCESS    = @"Success";  // this line, Redefinition of 'SUCCESS' as different kind of symbol
...
@amit-kremer93
Copy link
Contributor

amit-kremer93 commented Sep 12, 2023

Thank you for informing us. Which third party library it is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants