lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

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

Closed umairzahid508 closed 3 years ago

umairzahid508 commented 3 years ago

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 commented 3 years ago

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

$ scripts/setup.sh
lvsti commented 3 years ago

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

umairzahid508 commented 3 years ago

Thank you for the response. I am waiting for the fix to be done.

On Fri, Oct 30, 2020 at 1:44 AM Tamas Lustyik notifications@github.com wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lvsti/CEF.swift/issues/48#issuecomment-719010402, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMIEFD2JO5QALVGEYNHMKDSNHHZZANCNFSM4SER3DTA .

lvsti commented 3 years ago

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

jerrychen44 commented 3 years ago

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 commented 3 years ago

Hi, I am trying to build a project using cef and want to make the User interface on xcode as I am an application developer so i have some knowledge of xcode and cocoa. I want to ask what is the best way to do that?

I am following this repo https://github.com/lvsti/CEF.swift but after fetching the repo code and run script when I opened the demo project in xcode I found these files missing. [image: image.png]

What should I do next so I can build the demo project?

Thanks

On Sat, Nov 14, 2020 at 1:27 AM Tamas Lustyik @.***> wrote:

Closed #48 https://github.com/lvsti/CEF.swift/issues/48.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lvsti/CEF.swift/issues/48#event-3995243964, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMIEFA7WCBVVEDGKLAQIVLSPWJBVANCNFSM4SER3DTA .