AppsFlyerFramework
AppsFlyerFramework copied to clipboard
App not building due to Double-quoted include in framework header
Report
SDK Version
6.1.4
What did you do?
Migrated the framework from Cocoapods to SPM
What did you expect to happen?
App to build successfully
What happened instead?
App fails to build due to "Double-quoted include" warning in AppsFlyerLib.h and AppsFlyerShareInviteHelper.h
Please provide any other relevant information.
We have the "Treat Warnings as Errors" setting enabled to prevent warnings from being unattended on our project. Unfortunately this also means that the warnings caused by the library are also treated as errors, which makes the build process fail.
Any information or progress on this issue?
This warning seems to have manifested backwards (at least within Xcode 13): instead of changing the headers in AppsFlyerLib.h
or AppsFlyerShareInviteHelper.h
to make the warnings disappear, I was able to change a header of my own from #import <AppsFlyerLib/AppsFlyerLib.h>
to #import "AppsFlyerLib/AppsFlyerLib.h"
to make the warnings go away. Strangely Xcode was showing the warnings within AppsFlyerFramework and not within my app so this solution wasn't very clear. 🤷♂️
Would also like to see a fix for this. (Also, hi @rlziii !)
Can confirm that we are still seeing these warnings on the latest version of Xcode (13.1).
(👋 @SeanMcTex 👋)
Also getting those warnings for a long time already and would really appreciate if they could get fixed @andr-ggn.
We are on 6.5.0
.
Any chance these could be fixed?
Any update?
The fix will come with v6.9.0 (next release)
Possible duplicate of https://github.com/AppsFlyerSDK/AppsFlyerFramework/issues/203