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

16
  • i this possibly an issue: github.com/KrauseFx/snapshot/issues/87 or are you using this POD? Commented Aug 18, 2015 at 6:36
  • I don't use snapshot into my project. Commented Aug 18, 2015 at 6:39
  • let me build a new prog with swift and alamofire, one sec Commented Aug 18, 2015 at 6:40
  • Okay so this worked for me, Dinesh Commented Aug 18, 2015 at 6:43
  • How far along are you in this project? Did you just start it or are you WAY deep into it? Commented Aug 18, 2015 at 6:44

2 Answers 2

0

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

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.