azure-sdk-for-ios icon indicating copy to clipboard operation
azure-sdk-for-ios copied to clipboard

Storage API is unreleased

Open rnikander opened this issue 3 years ago • 6 comments

The documentation for the storage API says to download the latest release and extract the .framework files:

https://github.com/Azure/azure-sdk-for-ios/tree/master/sdk/storage/AzureStorageBlob

But, the latest release (1.0.0-beta) doesn't seem to have those files.

https://github.com/Azure/azure-sdk-for-ios/releases

rnikander avatar Oct 03 '20 01:10 rnikander

Hi @rnikander, The AzureStorageBlob library is still in active development and we haven't yet published a release. The installation instructions will be updated before we publish our first release, but for now there is no release version you can consume.

If you'd like to give it a try (in its development state, of course), you can clone the Git repository and import the AzureCore and AzureStorageBlob libraries. Keep in mind, this code is still in a very early state and should not be used for production applications.

bsiegel avatar Oct 07 '20 20:10 bsiegel

Since this is likely to be a common refrain until storage is released I have pinned this issue.

tjprescott avatar Oct 12 '20 13:10 tjprescott

Storage is not released in any preview form.

tjprescott avatar Dec 11 '20 17:12 tjprescott

For folks needing Storage, this Objective-C-based library from the Storage team is probably your best bet: https://github.com/Azure/azure-storage-ios

tjprescott avatar Jan 14 '22 19:01 tjprescott

We need Storage and tried using https://github.com/Azure/azure-storage-ios as suggested.

Our first attempt at building ended up with this error. image

Based on that error we found suggestions to build the framework manually image

We ended up with "legacy build system" error that causes the build to fail image image

Any suggestions on how to get this working?

elemental21 avatar Aug 03 '22 22:08 elemental21

You would need to engage the maintainers in the https://github.com/Azure/azure-storage-ios repo.

tjprescott avatar Aug 03 '22 23:08 tjprescott

Closing this issue as PR #1336 removed the experimental storage code from the main branch.

tjprescott avatar Aug 18 '22 21:08 tjprescott