When I open .xcworkspace I see "Pods" in the Project Navigator without any files displaying. I know the files are still associated to the project because when I search the project the files display in the Find Navigator. When I build the project, it still builds successfully and my project works fine. The only problem seem to be that the files are not displaying in the Project Navigator.
This is what my podfile looks like:
platform :ios, '7.0'
pod 'AFNetworking', '~> 1.3'
pod 'Facebook-iOS-SDK'
Here is a screenshot of what I see in xcode:
Any idea what is going on here?