Post

Replies

Boosts

Views

Activity

Open files in Xcode 14 in separate tabs
The options to control how files open in tabs are confusing... How do I change the settings so that when I click or double click files open in a new tab. And by tab (apparently now I have to distinguish which type of tab), I mean the tabs are part of the editor area. I DONT WANT THESE TABS I WANT EVERY FILE TO OPEN IN A SEPARATE TAB HERE MY SETTINGS - I've tried several combinations here, no luck
0
0
490
May ’23
MacOS start child process and permissions
I've built an app using Electron and a console app using .Net core that is shell'd by my Electron app. The Electron ".app" package installs and works fine, it can start my child process and communicate with it. However, the child process cannot open/create a log text file when it runs as a child process of my Electron parent app. However, when I use terminal to navigate into the app package folder I can start my console app process directly in the terminal and see that in fact it can / does create a log file and writes to it successfully. The file is created inside the same folder where my child process is located. This is the behavior I want and expect. So, where do I start looking in terms of permissions or ?? so that I can resolve this issue and start my sub process from my parent app and allow the sub process to open/create files in its local directory/folder for debugging / logging purposes? Thanks
6
0
1.7k
Feb ’23