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
replace NSOnState with .on
replace NSOffState with .off
in this Line specify the variable to: let nextState: NSControl.StateValue = isOn ? .on : .off
For all other changes, Xcode will give you the right suggestion anyway.
The when building, at least for me, Xcode showed an error in the buildscript:
What you need to do is go to the affected script (framework.sh)
And change one Line: EXPANDED_CODE_SIGN_IDENTITY to EXPANDED_CODE_SIGN_IDENTITY:- See this Link
can not use in swift 4.0
When's the new version?
The text was updated successfully, but these errors were encountered: