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 doing a pod deintegrate followed by a pod install, every single time I have to replace NSAttributedStringKey from within the pod with NSAttributedString.Key since it was renamed and obsoleted in swift 4.2. It happens at 4 places, 2 from within the same line of screenshot 1.
After doing a pod deintegrate followed by a pod install, every single time I have to replace
NSAttributedStringKey
from within the pod withNSAttributedString.Key
since it was renamed and obsoleted in swift 4.2. It happens at 4 places, 2 from within the same line of screenshot 1.Screenshots :
The text was updated successfully, but these errors were encountered: