I have an iOS project using swift language which is running normal. Because I worry about the project may miss or other, I copied the project from this address to another address.
when I open this project and run this project. I got those two error tints:
- "SVProgressHUD.h" file not found
- Failed to import bridging header
I don't understand why this error is happen. And the project in older address is ok.
Has anyone experienced this problem?