Access pods frameworks in Xcode workspace (CocoaPods in Xcode 6)

382 views Asked by At

I can't access frameworks added in my Podfile in my workspace. This is happening only in new projects in Xcode 6 with Objective-C

There weren't any errors when running pod install and there aren't any errors in the project.

Can you suggest me how to tackle this?

1

There are 1 answers

0
user3626615 On BEST ANSWER

It seems its a problem with when you run CocoaPods on Xcode 6 on Yosemite.

I found the solution here. http://iosnow.net/?p=36

Everything is working good now.