Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode Unexpected Failure: realpath -mq not found on osx sonoma 14.2 #928

Open
konacurrents opened this issue Dec 19, 2023 · 0 comments
Open

Comments

@konacurrents
Copy link

konacurrents commented Dec 19, 2023

After updating OSX to Sonoma 14.2, and using pod 1.14.3, Xcode compiles but then gets an error:

Unexpected failure

I tracked it down to a shell script generated from cocoa pods and this code:

function on_error {
  echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
}
trap 'on_error $LINENO' ERR

This file is under Pods/Target Support Files/Pods-MyApp/Pods-MyApp-resources.sh

Although I don't know why on_error is called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant