Signing for SWRevealViewController requires a development team. Select a development team in the Target Editor.
Code signing is required for product type \'Framework\' i
I just deleted the Frameworks folder and it worked
To solve this issue I have deleted the current pod file and remove all the pods from the Xcode project and also it's settings.
Further, I created a pod
file using the terminal.
pod init
in terminal to create new pod filetarget "TargetName" do
and before end
.pod install
in the terminalThen finally I solved the problem.
Click on each project in the navigator and choose a team.