0

我已经通过将 STHTTPRequest 添加到我的项目并在我的应用程序委托中包含“STHTTPRequest.h”来导入 STHTTPRequest,正如 github 页面上的说明所说。但是,我收到以下错误和警告:

(警告)语义问题:STHTTPRequest.m:805:68: Undeclared selector 'backgroundSessionConfigurationWithIdentifier:'

(错误)ARC语义问题:STHTTPRequest.m:807:63: No known class method for selector 'backgroundSessionConfigurationWithIdentifier:'

(错误)语义问题:STHTTPRequest.m:819:26: Property 'sharedContainerIdentifier' not found on object of type 'NSURLSessionConfiguration *'

有什么我做错了吗?

4

0 回答 0