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

Open
RyuWoong opened this issue Apr 16, 2024 · 0 comments
Open

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

RyuWoong opened this issue Apr 16, 2024 · 0 comments

Comments

@RyuWoong
Copy link

RyuWoong commented Apr 16, 2024

안녕하세요.

다른 라이브러리에서 이름 값 중복으로 선언 되어 있어 아래와 같은 오류를 보냅니다.
redefinition of 'SUCCESS' as different kind of symbol

사용하는 라이브러리
react-native-appsflyer

충돌하는 부분
appsflyer

static NSString *const SUCCESS  = @"Success";

naver login

typedef enum {
    SUCCESS = 0,  // <-- 여기
    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;
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

1 participant