dropbox / dropbox/dropbox-sdk-obj-c
Release information 3.0.11 does mention any BC changes
Open
- 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.