Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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