You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
...
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: