SiftScience / sift-ios

Sift iOS SDK
MIT License
19 stars 25 forks source link

[MSUE-124] Fix warnings in iOS mobile SDK #119

Closed SaNu-hIT closed 1 year ago

SaNu-hIT commented 1 year ago

Purpose

To fix warnings in iOS mobile SDK

Summary

The umbrella header is a header file that includes all of the other headers for a module, and it is used to make it easier for other modules to import the headers they need from the module. To fix this warning, reference the ".h" file in the umbrella header for the module.

Testing

To ensure compatibility with the latest version of Xcode, the software was thoroughly tested by building and running it on Xcode Version 14.2

Screenshot 2023-04-10 at 3 13 48 PM
dineybomfim commented 1 year ago

@rmiestierov-sift @kgeorgek @pjain-sift @vincent-sift Is this the PR to fix the following? https://github.com/SiftScience/sift-ios/issues/118 If it's, please let's merge it ASAP. This is currently a blocker to anyone trying to publish to AppStore with the newest Xcode. Otherwise, somebody should urge to that issue.

viaskal-sift commented 1 year ago

@dineybomfim no, this PR won't fix that issue and it is going to be addressed separately. That issue is already in progress, so hopefully we'll be able to provide a fix soon