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:
any idea going on here?
Comments
Post a Comment