3

Trying to build an iOS 8 app. But encountering an error with cocoapods which titles "Run custom shell script 'Embed Pods Frameworks'".

I'm using iOS 8 as deployment target and XCode 6.3.

I tried many solutions out there. But they are not working. Any help would be appreciated.

enter image description here

EDIT: Removed 'Embed Pods Framework' and adding copy files phase. Compile succeeded doing that. But app not installs in the simulator. Xcode gives an error with "Launching services error"

enter image description here

Dinesh Raja
  • 8,501
  • 5
  • 42
  • 81

2 Answers2

0

Have you tried re-doing "pod install". It worked for me

danielrosero
  • 596
  • 8
  • 14
0

You can probably try deintegrate the pods in your project and start over. https://github.com/CocoaPods/cocoapods-deintegrate

Martin Zhang
  • 3
  • 1
  • 2