I just don't understand why this error occurs when importing
Can somebody help me ?
Hi, the error message says "no such module" and to my knowledge there is no swift library called parse. Try removing line 2 as your view is not using any other libraries than UIKit. If you are using a third party library or package from git make sure to use the package manager found under "File" -> "Packages".
Take care, David