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
Copy file name to clipboardexpand all lines: AFNetworking/AFHTTPClient.h
+6-6
Original file line number
Diff line number
Diff line change
@@ -81,15 +81,15 @@ typedef enum {
81
81
AFNetworkReachabilityStatusReachableViaWiFi = 2,
82
82
} AFNetworkReachabilityStatus;
83
83
#else
84
-
#warning SystemConfiguration framework not found in project, or not included in precompiled header. Network reachability functionality will not be available.
84
+
#warning SystemConfiguration framework not found in project, or not included in precompiled header. Network reachability functionality will not be available.
85
85
#endif
86
86
87
87
#ifndef __UTTYPE__
88
-
#if __IPHONE_OS_VERSION_MIN_REQUIRED
89
-
#warning MobileCoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available.
90
-
#else
91
-
#warning CoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available.
92
-
#endif
88
+
#if __IPHONE_OS_VERSION_MIN_REQUIRED
89
+
#warning MobileCoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available.
90
+
#else
91
+
#warning CoreServices framework not found in project, or not included in precompiled header. Automatic MIME type detection when uploading files in multipart requests will not be available.
0 commit comments