lv_port_pc_eclipse icon indicating copy to clipboard operation
lv_port_pc_eclipse copied to clipboard

support xcode intruments signs

Open W-Mai opened this issue 1 year ago • 3 comments

When this option is open, after signed the executable file, we can use the powerful profile tools provided by Xcode named Instruments.

Here are some snapshots image image

W-Mai avatar Dec 22 '23 07:12 W-Mai

It looks really great! Just please document this option in the README.

Side note: several people asked me how to install SDL on Mac as the simple brew install sdl2 doesn't work well. So how do you do it? :slightly_smiling_face:

kisvegabor avatar Dec 22 '23 21:12 kisvegabor

It looks really great! Just please document this option in the README.

Ok! I'll update it later.

Side note: several people asked me how to install SDL on Mac as the simple brew install sdl2 doesn't work well. So how do you do it? 🙂

Generally, brew install sdl2 works fine. So, I need more info to check which steps could have some problem😁.

W-Mai avatar Dec 22 '23 23:12 W-Mai

It looks really great! Just please document this option in the README.

Ok! I'll update it later.

Side note: several people asked me how to install SDL on Mac as the simple brew install sdl2 doesn't work well. So how do you do it? 🙂

Generally, brew install sdl2 works fine. So, I need more info to check which steps could have some problem😁.

Hi @W-Mai, I am hoping you can help me. as per @kisvegabor comment I am trying to get the VS Code simulator running on a mac (https://github.com/lvgl/lv_port_pc_vscode) . I installed SDL2 with brew install sdl2. I used the make command to build it but it gave an error stating that library 'SDL2' not found. I tried to update the Make file includes with

INC 	:= -I./ui/simulator/inc/ -I./ -I./lvgl/ -I/opt/homebrew/Cellar/sdl2/2.28.5/include/

but I get the same error. Do you have an idea on what I can try next?

Mair avatar Dec 26 '23 21:12 Mair