My Xcode Login Page failed

I just don't understand why this error occurs when importing Can somebody help me ?

Answered by Thisisbohau in 710079022

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

Accepted Answer

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

My Xcode Login Page failed
 
 
Q