ios - My project files are not display in project navigator within xcode after setting up cocoapods -


when open .xcworkspace see "pods" in project navigator without files displaying. know files still associated project because when search project files display in find navigator. when build project, still builds , project works fine. problem seem files not displaying in project navigator.

this podfile looks like:

platform :ios, '7.0'  pod 'afnetworking', '~> 1.3' pod 'facebook-ios-sdk' 

here screenshot of see in xcode: screenshot

any idea going on here?


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -