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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing All Messages 馃憥 cp: /Users/khoa/Library/Application Scripts/com.fantageek.XcodeWayApp.XcodeWayExtensions: No such file or directory #24

Open
Signify opened this issue Feb 14, 2019 · 3 comments

Comments

@Signify
Copy link

Signify commented Feb 14, 2019

Hello,

I am getting the following error when trying to archive your Mac application target:

馃憥 cp: /Users/khoa/Library/Application Scripts/com.fantageek.XcodeWayApp.XcodeWayExtensions: No such file or directory

Command PhaseScriptExecution failed with a nonzero exit code

Any ideas on how to fix?

@SyamalaHari
Copy link

Hi @Signify did you find any solution for this, even I am facing the same issue . Just above this error message I see below line

/bin/sh -c /Users/syamala/Library/Developer/Xcode/DerivedData/XcodeWay-abkryidabvzfpraclujcofmgspwr/Build/Intermediates.noindex/XcodeWay.build/Debug/XcodeWayExtensions.build/Script-D2B221991F976DF500C45949.sh

When I open this it is

cp "${SRCROOT}/XcodeWayExtensions/Script/XcodeWayScript.scpt" "/Users/khoa/Library/Application Scripts/com.fantageek.XcodeWayApp.XcodeWayExtensions"

Issue here is that destination is hardcoded "/Users/khoa/Library/Application Scripts/com.fantageek.XcodeWayApp.XcodeWayExtensions"

Even I change it , it is being getting overridden.

If you find any solution please share it with me , Thanks

@SyamalaHari
Copy link

Open this file XcodeWay-master/./XcodeWay.xcodeproj/project.pbxproj
Search for "khoa" and replace with your home folder name

Issue resolved for me @Signify

@sendtobo
Copy link

This is what the script really needs to be:

cp "${SRCROOT}/XcodeWayExtensions/Script/XcodeWayScript.scpt" "${USER_LIBRARY_DIR}/Application Scripts/com.fantageek.XcodeWayApp.XcodeWayExtensions"

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

3 participants