Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Creating an AZSOutputStream from a blob by createOutputStream() causes a crash iOS 7 & 8 - #34

Open
Artem (artxj) wants to merge 2 commits into
Azure:masterfrom
artxj:master
Open

Creating an AZSOutputStream from a blob by createOutputStream() causes a crash iOS 7 & 8#34
Artem (artxj) wants to merge 2 commits into
Azure:masterfrom
artxj:master

Conversation

@artxj

Copy link
Copy Markdown

in iOS 7 & 8
calling blobBlock.createOutputStream() causes an exception
'[AZSBlobOutputStream initToBuffer: capacity:]: unrecognized selector sent to instance 0x17dc4ae0'
in
-(instancetype)initWithAccessCondition:(AZSAccessCondition *)accessCondition requestOptions:(AZSBlobRequestOptions *)requestOptions operationContext:(AZSOperationContext *)operationContext
on line
self = [super initToBuffer:&temp capacity:0];

Changing it with calling non-designated initializer [super init] fixes the thing.

@artxj Artem (artxj) changed the title Creating an AZSOutputStream from a blob by createOutputStream() causes a crash Creating an AZSOutputStream from a blob by createOutputStream() causes a crash iOS 7 & 8 May 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants