-
Notifications
You must be signed in to change notification settings - Fork 13
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
Command PhaseScriptExecution failed with a nonzero exit code #4
Comments
This error comes only in Mac OS Catalina 10.15. I was using Xcode 11 in Mojave. I switched Mac OS to Catalina yesterday. Observed the same issue The domain/default pair of (.........project path...../Frameworks-build/FraudForce.framework/Info.plist, CFBundleExecutable) does not exist |
This got resolved by upgrading Xcode version to 11.1. |
I still have same issue. |
I have same issue, when I try to run command on the terminal with sample it would show So I just hard code on both slim-build-frameworks.sh & add-framework-symbols-to-app-archive.sh to workaround Any ideas? |
Thank you for the feedback, however this forum is not the most efficient way to get support and questions answered. Please contact your iovation Integration Engineer directly on these issues for the most prompt response. |
The defaults command seems intended for use with the macOS preferences system. Included in its man page is:
Perhaps Catalina is that upcoming major release 😅 A better alternative to using defaults is PlistBuddy. If you replace the defaults command in |
I am still experiencing this issue with Xcode 11.3 and Mac OS 10.15.2. |
We really appreciate your feedback and we do want to help, but iovation (a TransUnion company) is not going to provide support in this forum at this time. Please contact your iovation Integration Engineer directly on these issues for the most prompt response. They will help you. |
Xcode Version 11.1 (11A1027)
Mac OS Catalina 10.15
Objective-c project
Creating slim frameworks for VALID_ARCHS: arm64 arm64e armv7 armv7s
.....
The domain/default pair of (.........project path...../Frameworks-build/FraudForce.framework/Info.plist, CFBundleExecutable) does not exist
Command PhaseScriptExecution failed with a nonzero exit code
Tested also the demo app, same problem.
The text was updated successfully, but these errors were encountered: