nisargjhaveri / vscode-ios-debug

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

Can't build for huge iOS project #16

Open aelam opened 8 months ago

aelam commented 8 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 7 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.