Xcode 7 で cocoapods を介して Bolts をインストールしましたが、アプリをビルドしようとすると 2 つのエラーが発生します。
最初のエラーは
'CFURLCreateStringByAddingPercentEscapes' is deprecated: first deprecated in iOS 9.0 - Use [NSString 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).
そして2つ目のエラーは
'sendAsynchronousRequest:queue:completionHandler:' is deprecated: first deprecated in iOS 9.0 - Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h
エラーは 2 つの異なるファイルにあります。1 つ目はBFAppLinkNavigation.mにあり、2 つ目はBFWebViewAppLinkResolver.mにあります。
こちらがリプロ。