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
After updating to the latest Xcode, I am getting the following warnings:
BottomView/BottomContainerView.swift:35:36: Use of string literal for Objective-C selectors is deprecated; use '#selector' instead
BottomView/BottomContainerView.swift:54:37: Use of string literal for Objective-C selectors is deprecated; use '#selector' instead
ImageGalleryView.swift:64:37: Use of string literal for Objective-C selectors is deprecated; use '#selector' instead
Similar warnings:
TopView.swift
BottomPicker.swift
StackView.swift
The text was updated successfully, but these errors were encountered:
After updating to the latest Xcode, I am getting the following warnings:
BottomView/BottomContainerView.swift:35:36: Use of string literal for Objective-C selectors is deprecated; use '#selector' instead
BottomView/BottomContainerView.swift:54:37: Use of string literal for Objective-C selectors is deprecated; use '#selector' instead
ImageGalleryView.swift:64:37: Use of string literal for Objective-C selectors is deprecated; use '#selector' instead
Similar warnings:
TopView.swift
BottomPicker.swift
StackView.swift
The text was updated successfully, but these errors were encountered: