Post

Replies

Boosts

Views

Activity

Reply to Upgrade from xCode 14.2 to 14.3 PhaseScriptExecution failed with a nonzero exit code
@vadimwe 's answer is correct, and I updated my Podfile like this to edit automatically when you run pod install . post_install do |installer| command = <<~EOS find . -name *frameworks.sh | tr \\n \\0 | xargs -0 sed -i -e 's/source="$(readlink "${source}")"/source="$(readlink -f "${source}")"/' EOS system(command) end
Replies
Boosts
Views
Activity
May ’23
Reply to Widget Extension not work on simulator on MAC M1
I have same issue. Someone has good solution? I added arm64 to Excluded Architecture to run app in the iOS simulator. Like this. https://stackoverflow.com/questions/63607158/xcode-12-building-for-ios-simulator-but-linking-in-an-object-file-built-for-io M1, macOS12.0.1, Xcode13.1
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21