Reputation: 399
Background:
Note:
Questions :
Upvotes: 1
Views: 1593
Reputation: 399
I was able to generate the XCode project by making a release distribution out of the build outputs that I generated earlier. https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md#markdown-header-manual-packaging
Once a release distribution is created, XCode project can be created by running the command :
cmake -G "Xcode" -DPROJECT_ARCH="x86_64"
inside the release distribution directory.
Note: I got this answer from CEF forum: http://magpcss.org/ceforum/viewtopic.php?f=6&t=14546
Upvotes: 3