iossignalrafnetworkingcocoapodssocketrocket

Error in opening .xcworkspace


I integrated pods in my project specifically SignalR, AFNetworking and SocketRocket. It was successfully installed, but when I opened .xcworkspace, this error shows:

enter image description here

This is what the project navigator looks like

Has anyone encountered this kind of error? Thanks in advance.

Update: My .xcodeproj has appeared. But the frameworks appear red. How can I solve this?

enter image description here


Solution

  • Have you tried restarting Xcode? If that doesn't work, I would try removing the Pods/ folder and re-doing a pod install.