dropbox / dropbox/dropbox-sdk-obj-c

Release information 3.0.11 does mention any BC changes

Open
#164 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
186
Forks
118
Avg merge
3m
Merged PRs (30d)
9

Description

After updating from v2 to the latest Objective C SDK version 3.1.2 my app crashed when using `[uploadUrl:mode:autorename:clientModified:mute:inputUrl:]` with `-[NSURL length]: unrecognized selector sent to instance...`

The reason for this is, that in 3.0.11 the `inputURL` parameter was changed from `NSURL` to `NSString`. Not a big deal, but the release notes of v3.0.11 do not mention this changes as breaking BC. This is obviously not correct since `NSString` as many different methods and properties `NSURL` doe not have...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.