nisargjhaveri / vscode-ios-debug

iOS debugging in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=nisargjhaveri.ios-debug
93 stars 11 forks source link

Can't build for huge iOS project #16

Open aelam opened 11 months ago

aelam commented 11 months ago

I encountered the case that when the project is huge, there will be thousands of lines of build log and the build will stop at some time. probably it failed VScode with too much memory usage

Do you have any idea?

nisargjhaveri commented 11 months ago

If you're talking about building with xcodebuild, this plugin doesn't really support that. Also, no idea why it'd fail either.