I’m using Facebook login authentication in my application and used CocoaPods to add framework. Everything was fine until I upgraded to Xcode7.3.
Getting the following Error:
Pod Configuration:
pod 'Parse'
pod 'ParseFacebookUtilsV4'
pod 'ParseTwitterUtils'
It suddenly showing the error when I open the project with Xcode 7.3.
Anyone knows what is causing the issue?

