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

CodeLite not working in MacOS Sonoma #3554

Open
alphacodes26 opened this issue Dec 29, 2024 · 5 comments
Open

CodeLite not working in MacOS Sonoma #3554

alphacodes26 opened this issue Dec 29, 2024 · 5 comments
Assignees
Labels

Comments

@alphacodes26
Copy link

What happened?

So I was installing CodeLite on brew, everything went fine but it was marked with some icon and said:
You can’t use this version of the application “codelite.app” with this version of macOS.
Is the app outdated or should I upgrade to Sequoia?

Screenshot 2024-12-29 at 5 17 55 PM Screenshot 2024-12-29 at 5 18 26 PM

Version

17.10.0

Operating system

macOS

Steps to reproduce

A normal installation with homebrew.

Relevant log output

No response

@eranif
Copy link
Owner

eranif commented Dec 29, 2024

CodeLite is actually built on macOS/Sonoma arm64. Which arch are you using? (we should probably remove the "intel" version of CodeLite as we don't have build machine for Intel):

https://github.com/eranif/homebrew-codelite/blob/main/Casks/codelite-official.rb#L13

@alphacodes26
Copy link
Author

arm64 M1 chip.

@eranif
Copy link
Owner

eranif commented Jan 2, 2025

I uploaded new CodeLite for macOS today (compiled on M2 chip, but I think it should be compatible)
Please give it a try via brew or you can download it directly from here:

https://downloads.codelite.org/codelite/18.0.0/codelite-macOS_14.7.2-arm64.app.tar.gz

You can simple extract the tar.gz file and use it

@alphacodes26
Copy link
Author

I uploaded new CodeLite for macOS today (compiled on M2 chip, but I think it should be compatible) Please give it a try via brew or you can download it directly from here:

https://downloads.codelite.org/codelite/18.0.0/codelite-macOS_14.7.2-arm64.app.tar.gz

You can simple extract the tar.gz file and use it

Screenshot 2025-01-04 at 6 03 37 PM

I think it is a software issue or smth...

@eranif
Copy link
Owner

eranif commented Jan 4, 2025

Out of curiosity, can you run it by running the executable directly?

For example: open Terminal.app (or iTerm2.app) and type in the console:

/Applications/codelite.app/Contents/MacOS/codelite

I assumed here that CodeLite.app is located under /Applications, use the correct path.

Also, can you please post here the output of:

sw_vers -productVersion

and

uname -a

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

2 participants