Closed RyuWoong closed 5 months ago
👋 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:
+1
@dev-jaylim Hi, there
Here is Solution. step 1. open AppDelgate.mm step 2. find line "import AppsFlyerLib.h" step 3. fix it to the content below
#import <AppsFlyerLib/AppsFlyerLib.h>
#else
#import "AppsFlyerLib.h"
#endif```
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:
Please provide any other relevant information.
-