-
Notifications
You must be signed in to change notification settings - Fork 44
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
ufbt fails to build app on M2 MacBook Air (Sonoma 14.3.1) #39
Comments
Please run |
Hi, thanks for the reply.
In the meantime, I found out the reason why it does not work. This error only happens if the project folder contains a .code-workspace file. Maybe this helps in resolving this bug. |
Can confirm, the issue comes from default source collection regexp |
You can also specify |
Try restarting your app from the start using the template command. then do the VSCode step in the usage instructions. Restart VSCode and it should work now. |
I have the same issue but with python activate.csh
|
@thegamerx1 please specify |
Hi,
I am working on a M2 MacBook Air with MacOS Sonoma 14.3.1 and set up ufbt following the instructions in the README. VSCode was configured with
ufbt vscode_dist
.From what I can gather, ufbt is configures correctly:
I created a new boilerplate app with
ufbt create APPID=flipper_app
. Trying to build the app fails with the following output:It appears, that the linker does not find what it needs. The elf file does not seem to be created. The build folder only contains:
Can someone point me in the right direction to resolve this issue? Searching the web does not give me any meaningful hints.
Thanks a lot.
The text was updated successfully, but these errors were encountered: