This project works well all the time until I install a framework. Once the framework seems hard to handle, I uninstall it. Then, xcode 9 read PCH error.
I perform this project with Swift, and I know little about OC. How this error happens suddenly?
The error cannot be cleaned~~ I do not know why and how to handle this
UPDATE:
I solved this by myself. Though simple and crude, it finally worked:
- Clean abandoned tissues in -> project-> Link -> other Link flags
- Clean abandoned tissues in -> target -> Built settings -> search path ->Header search path.
- Update -> target -> Built settings -> search path ->Framework search path, discard unavailable issue.
- Delete file name started with Pod, except Podfile, and re-execute pod install.
I still do not know which way works, but it finally worked. Feel so weird.