This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
181
stars
126
forks
source link
Having compilation issues for iOS on Xcode 16.0 with M1 Mac #6180
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):
OS: IOS [Mac OS X 15.1]
IDE : Xcode 16.0
Version: latest from main branch
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
Describe the bug I am trying to consume static lib of Azure SDK into my iOS project. Having compilation issues with below items:
Exception or Stack Trace Add the exception log and stack trace if available
To Reproduce
Code Snippet
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
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