问题
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:
- Open the file - /Users/user321/Desktop/MapForAppNewest/Pods/Target Support Files/Pods-MapForAppNewest/Pods-MapForAppNewest-frameworks.sh
- On line 114, delete the spacing before and after '='
- Clean and build project
This worked for me
来源:https://stackoverflow.com/questions/54937724/command-phasescriptexecution-failed-with-a-nonzero-exit-code-i