Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Fix Xcode spelling
  • Loading branch information
tishion authored Oct 10, 2023
1 parent 3688d2d commit 5795608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ You can find the latest documentation here:

It can help you quickly understand how to use it.

## Note For Debugging With xCode
## Note For Debugging With Xcode

if you want to debug the project with xCode, you need to take some action to make sure the demo project could load QCefView at correct location.
if you want to debug the project with Xcode, you need to take some action to make sure the demo project could load QCefView at correct location.

1. Generate project with cmake
2. Build demo project with xcode, do not run (actually you will encounter errors if you run directly)
3. Go to the **Build Phases** for target QCefViewDemo and perform the actions below
- remove all items under **Target Dependencies**
- remove all items under **Link Binary With Libraries**
4. Now you can debug demo project in xCode without errors
4. Now you can debug demo project in Xcode without errors

if you re-generated the project, please remember to re-do the instructions above

Expand Down

0 comments on commit 5795608

Please sign in to comment.