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 #541

Open
RyuWoong opened this issue Apr 15, 2024 · 1 comment
Open

redefinition of 'SUCCESS' as different kind of symbol #541

RyuWoong opened this issue Apr 15, 2024 · 1 comment
Labels

Comments

@RyuWoong
Copy link

RyuWoong commented Apr 15, 2024

Report

Plugin Version

6.13.1

On what Platform are you having the issue?

ios

What did you do?

Run build

What did you expect to happen?

Build Success but error

What happened instead?

redefinition of 'SUCCESS' as different kind of symbol

i'm using this lib. "@react-native-seoul/naver-login": "3.0.0",

naveridlogin-sdk-ios/NaverThirdPartyLogin.framework/Headers/NaverThirdPartyLoginConnection.h:11:

typedef enum {
    SUCCESS = 0, // <--- here
    PARAMETERNOTSET = 1,
    CANCELBYUSER = 2,
    NAVERAPPNOTINSTALLED = 3 ,
    NAVERAPPVERSIONINVALID = 4,
    OAUTHMETHODNOTSET = 5,
    INVALIDREQUEST = 6,
    CLIENTNETWORKPROBLEM = 7,
    UNAUTHORIZEDCLIENT = 8,
    UNSUPPORTEDRESPONSETYPE = 9,
    NETWORKERROR = 10,
    UNKNOWNERROR = 11
} THIRDPARTYLOGIN_RECEIVE_TYPE;

Please provide any other relevant information.

Copy link

👋 Hi @RyuWoong and Thank you for reaching out to us.
In order for us to provide optimal support, please submit a ticket to our support team at support@appsflyer.com.
When submitting the ticket, please specify:

  • ✅ your AppsFlyer sign-up (account) email
  • ✅ app ID
  • ✅ production steps
  • ✅ logs
  • ✅ code snippets
  • ✅ and any additional relevant information.

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

No branches or pull requests

2 participants