-2

I know you seen this error alot of times as did I, but I tried every solution I found and non of them worked for me

I updated my Xcode to the last version 10.2.1. I updated the cocoapods and the pods in the project. I even tried to lock and unlock the keychain Access.

I don't know what to do now, this is the last solution I got to ask you here.

Zoe
  • 27,060
  • 21
  • 118
  • 148
  • What else is written in the text of the error? – Booharin Apr 22 '19 at 11:33
  • @Booharin /Users/mohammedGhm/Library/Developer/Xcode/DerivedData/JAWAKOrganizers-eykecwkbwqxyqxdimyidhrmvjsxi/Build/Intermediates.noindex/JAWAKOrganizers.build/Debug-iphoneos/JAWAKOrganizers.build/Script-9CE28B14649F2C34CE4AAD65.sh: line 2: /Users/mohammedGhm/Downloads/JAWAKOrganizers/Pods/Target Support Files/Pods-JAWAKOrganizers/Pods-JAWAKOrganizers-frameworks.sh: Permission denied Command PhaseScriptExecution failed with a nonzero exit code – mohammad nassir Apr 22 '19 at 12:55
  • Xcode -> Prefernces -> Locations -> Remove DerivedData – Booharin Apr 22 '19 at 13:01
  • @Booharin it's set to Default. should I delete the folder in the path ? – mohammad nassir Apr 22 '19 at 14:17
  • yes, delete the folder in the path – Booharin Apr 23 '19 at 16:25
  • @Booharin nope didn't work – mohammad nassir Apr 30 '19 at 06:28
  • 1
    Please don't add stuff like `solved` in pretty much any form or using any synonyms. It's not how SO is intended to work - this isn't a forum. – Zoe Apr 30 '19 at 13:00

1 Answers1

-1

Command + Shift + k and clean the project.

double-beep
  • 5,031
  • 17
  • 33
  • 41
Dhaval Umraliya
  • 410
  • 1
  • 4
  • 22