Describe the bug
SEGCleverTapIntegration.m has a conditional statement that fails after loading the package in a Swift project using SPM.
#elif SWIFT_PACKAGE
#import "CleverTap.h" // --> this file is not found
To Reproduce
- Open the SPM example project
- Compile
- See the compilation error
CleverTap.h not found
Possible Solution
I've forked the project, changed the project settings so I can edit the file and compile the SPM example locally, then removed that line, and pushed the fix to my fork, and the compilation error is gone.
Additional context
iOS 16+
Describe the bug
SEGCleverTapIntegration.m has a conditional statement that fails after loading the package in a Swift project using SPM.
To Reproduce
CleverTap.hnot foundPossible Solution
I've forked the project, changed the project settings so I can edit the file and compile the SPM example locally, then removed that line, and pushed the fix to my fork, and the compilation error is gone.
Additional context
iOS 16+