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

Cef-Swift project setup up issue script is not working #48

Closed
umairzahid508 opened this issue Oct 5, 2020 · 6 comments
Closed

Cef-Swift project setup up issue script is not working #48

umairzahid508 opened this issue Oct 5, 2020 · 6 comments
Labels

Comments

@umairzahid508
Copy link

I am new in Mac OS development and also new for using cefSwift. I am following this repository https://github.com/lvsti/CEF.swift and after doing step by step guide as mention in project I am stuck at one point when I run script it gives me error as seen in the screen shot.I am using branch 3497. But this same error occur when i switch to others branch too.

image

I have done all the steps right and install each and everything mention in repository. Anyone help me out so I can compile the sample project given in this repo project.

@lvsti
Copy link
Owner

lvsti commented Oct 8, 2020

Hi, try running it from the repo root like this:

$ scripts/setup.sh

@lvsti
Copy link
Owner

lvsti commented Oct 29, 2020

OK I've just realized that the setup script is indeed broken due to changes in the webpage structure where the version list is crawled from. I'll fix it soon

@lvsti lvsti added the bug label Oct 29, 2020
@umairzahid508
Copy link
Author

umairzahid508 commented Oct 31, 2020 via email

@lvsti
Copy link
Owner

lvsti commented Oct 31, 2020

The fix has been deployed on all supported branches, let me know if it worked

@jerrychen44
Copy link

jerrychen44 commented Nov 9, 2020

For me, cef_4240, it works.
1.cef_4240 build passed from ./scripts/setup.sh. Log as below
2.CEF.swift and CEFSandBox are both build pass from Xcode project.
Thanks. :)
Mac 10.15.6; Xcode 12.0

----- log -----
jerry@MBP _xcode_cef_swift % git clone https://github.com/lvsti/CEF.swift.git
Cloning into 'CEF.swift'...
remote: Enumerating objects: 280, done.
remote: Counting objects: 100% (280/280), done.
remote: Compressing objects: 100% (171/171), done.
remote: Total 6883 (delta 145), reused 213 (delta 101), pack-reused 6603
Receiving objects: 100% (6883/6883), 1.66 MiB | 4.88 MiB/s, done.
Resolving deltas: 100% (5039/5039), done.

jerryc@MBP _xcode_cef_swift % cd CEF.swift

jerryc@MBP CEF.swift % git switch cef_4240
Branch 'cef_4240' set up to track remote branch 'cef_4240' from 'origin'.
Switched to a new branch 'cef_4240'

jerryc@MBP CEF.swift % ./scripts/setup.sh
Querying binary distributions...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1604k 100 1604k 0 0 4188k 0 --:--:-- --:--:-- --:--:-- 4188k
Fetching build 4240-86.0.21...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 188M 100 188M 0 0 8027k 0 0:00:23 0:00:23 --:--:-- 8108k
Extracting package...
Fixing framework identity...
Copying headers into framework...
Preparing sample code...
Done.

@umairzahid508
Copy link
Author

umairzahid508 commented Jul 19, 2021 via email

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

No branches or pull requests

3 participants