When I use appcode
the app can run normally. But appcode
reports syntax error like below attached screenshot. This class is installed by cocoapods
. What can I do to dismiss these erros
?
Asked
Active
Viewed 654 times
0
-
make sure can you import IQKeyboardManager in AppDelegate ? – Vadlapalli Masthan May 04 '18 at 11:43
-
make sure you are opening the workspace file and not just the project file and then import the library at the top of your file. – Scriptable May 04 '18 at 12:02
-
Do `pod install` again and then check. Or try cleaning the project and build then run. – TheTiger May 04 '18 at 12:10
-
Thanks for the information.@TheTiger helps me solve the problem ^_^ – Hobson May 05 '18 at 10:55
1 Answers
0
Cleaning the project helps me!It seems like I didn't configure cocoapods in appcode,when I first ran the project.so,appcode didn‘t find the pods files.

Hobson
- 23
- 4