Command PhaseScriptExecution failed with a nonzero exit code I

为君一笑 提交于 2019-12-25 18:25:30

问题


I am getting the below error

/Users/user321/Desktop/MapForAppNewest/Pods/Target Support Files/Pods-MapForAppNewest/Pods-MapForAppNewest-frameworks.sh: line 114: local: `=': not a valid identifier /Users/user321/Desktop/MapForAppNewest/Pods/Target Support Files/Pods-MapForAppNewest/Pods-MapForAppNewest-frameworks.sh: line 114: local:

`/Users/user321/Desktop/MapForAppNewest/Pods/Mapbox-iOS-SDK/dynamic/826E141E-8875-3C3B-A106-2B772F8A0684.bcsymbolmap': not a valid identifier Command PhaseScriptExecution failed with a nonzero exit code

I have found many similar questions but they all failed to address this specific problem and offer a solution which works here. So I ask What is the problem here and how do I go about fixing it? (im using Swift and Firebase)


回答1:


  1. Open the file - /Users/user321/Desktop/MapForAppNewest/Pods/Target Support Files/Pods-MapForAppNewest/Pods-MapForAppNewest-frameworks.sh
  2. On line 114, delete the spacing before and after '='
  3. Clean and build project

This worked for me



来源:https://stackoverflow.com/questions/54937724/command-phasescriptexecution-failed-with-a-nonzero-exit-code-i

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!