I lately upgraded my improvement atmosphere to the next specs:
- Xcode Model: 15.2 (15C500b)
- iOS Model: 17.2
My challenge is constructed utilizing Ionic, and my present atmosphere variations are:
- Node.js: v14.21.3
- npm: 6.14.18
- CocoaPods (pod): 1.15.2
After the upgrades, I encountered a construct error when making an attempt to run my challenge on iOS. The error is “Command PhaseScriptExecution failed with a nonzero exit code.”
In an try to repair this challenge, I discovered a number of suggestions suggesting that I ought to modify the Pods-[your-project-name]-frameworks.sh script by altering the road supply=”$(readlink “${supply}”)” to supply=”$(readlink -f “${supply}”)”. Nevertheless, upon inspecting the file, I observed that the -f possibility has already been added.
I’ve tried cleansing the challenge and rebuild, however the issue persists. I am undecided what else I can do to resolve this challenge. Might anybody present additional insights or options to repair this construct error?
Thanks prematurely on your help.