I have a project and want to add HanekeSwfit to it using cocoapods for the first time. I did everything as it said but I have this problem.
Pods.framework is showing red. Why is this? When I try to add HanekeSwift manually I have the same problem.
I have a project and want to add HanekeSwfit to it using cocoapods for the first time. I did everything as it said but I have this problem.
Pods.framework is showing red. Why is this? When I try to add HanekeSwift manually I have the same problem.
The problem was that I wasn't opening the .xcworkspace
file which has to be used after installing cocoapod. All I had to do was to use this file and work from there.