-
-
Notifications
You must be signed in to change notification settings - Fork 154
Deprecation warnings when building with Xcode 9.3 #250
Copy link
Copy link
Closed
Description
The following deprecation warnings have come up since I upgraded my Xcode to 9.3:
-
.../Pods/Siesta/Source/Siesta/Support/Collection+Siesta.swift:60:13: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
-
.../Pods/Siesta/Source/Siesta/Pipeline/PipelineProcessing.swift:14:24: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
-
.../Pods/Siesta/Source/Siesta/Support/WeakCache.swift:84:26: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels