It shows the error "No such module PlaygroundSupport"
in my code I am trying to navigate to new view controller so I use {let goToNewVC = storyboard?..instantiateViewController(withIdentifier: "nameof the identifier" ) as! identifier class name
navigationController?.pushViewController(goToNewVC, animated: false)}
but this error shows one of the two will be used .