Skip to content

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

Open
artxj wants to merge 2 commits intoAzure:masterfrom
artxj:master
Open

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

Conversation

@artxj
Copy link

@artxj artxj commented May 27, 2016

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 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
@Azure Azure deleted a comment from azurecla Sep 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants