Open
Description
Describe the bug
I am trying to consume static lib of Azure SDK into my iOS project. Having compilation issues with below items:
- getting "'algorithm' file not found" for #include in .hpp classes
- There is no module map file so can't import into Swift
Exception or Stack Trace
Add the exception log and stack trace if available
To Reproduce
- Build IOS project using CMake
- Build static libraries of azure-storate-blobs and try to consume in IOS application with Swift
Code Snippet
- Having issues when we consume itself, did not start working on it.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
- Attached
Setup (please complete the following information):
Additional context
Add any other context about the problem here.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- Bug Description Added
- Repro Steps Added
- Setup information Added