Category: IOS

  • Xcode 14.3 Archive issue Command PhaseScriptExecution failed with a nonzero exit code

    Xcode 14.3 or Xcode 14.3.1 Archive issue easy to fix :- Here is a quick fix to resolve this issue:- 1: Open your .xcworkspace xcode project file 2: Project navigator -> 3: Go to Pods/Target Support Files/{Project_name}-frameworks.sh (if you have multiple targets repeat this step for each target) on your project. 4: Search for “source=”$(readlink…

  • pod install failed in apple silicon Mac

    You want to install the pod: finder -> select application -> utilities -> terminal -> right click -> get info -> tick the open using rosetta You want to update a pod: You want to remove the pod: You want to add a pod file: You Want to remove a pod file: You want to…