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

generate error #31

Open
chenyulun opened this issue Aug 8, 2024 · 5 comments
Open

generate error #31

chenyulun opened this issue Aug 8, 2024 · 5 comments

Comments

@chenyulun
Copy link

[email protected]

Referencing additional code in HTML
sed: 1: ":a": unused label 'a'
sed: -e: No such file or directory

@HimbeersaftLP
Copy link
Owner

Hmm it looks like maybe the sed behaviour I used is not available on BSD sed

@HimbeersaftLP
Copy link
Owner

You could install the gnu-sed package from homebrew and replace sed with gsed in the script.

But why are you trying to use this on macOS anyways?

@chenyulun
Copy link
Author

Because I want to debug IOS 10.3, which is not supported by Safari on my masOS, and actually macOS has a need to debug lower versions as well

@chenyulun
Copy link
Author

But our project can debug ios12 at a minimum; so I went back to download the safari-7614.4.6.11-branch branch

@HimbeersaftLP
Copy link
Owner

Interesting, I didn't know that, but it seems very fitting for Apple to do such a thing.
I can try to fix the sed command to work on BSD sed.

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

2 participants