You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- WARN | [tvOS] xcodebuild: TSMarkdownParser/TSMarkdownParser/TSMarkdownParser.m:253:77: warning: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in tvOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid. [-Wdeprecated-declarations]
But because we are trying to do some error handling here, we would need to manually decompose the string to be aware of the components of the URL to percent-escape.
The text was updated successfully, but these errors were encountered:
Coeur
changed the title
deprecation warning for tvOS 9.0
deprecation warning for tvOS 9.0: stringByAddingPercentEscapesUsingEncoding:Mar 29, 2016
If someone wants to help, the goal is to recode stringByAddingPercentEscapesUsingEncoding: to work on a string which isn't recognized by URLWithString:
Coeur
changed the title
deprecation warning for tvOS 9.0: stringByAddingPercentEscapesUsingEncoding:
deprecation warning for iOS/tvOS: stringByAddingPercentEscapesUsingEncoding:Mar 27, 2018
But because we are trying to do some error handling here, we would need to manually decompose the string to be aware of the components of the URL to percent-escape.
The text was updated successfully, but these errors were encountered: