Post

Replies

Boosts

Views

Activity

Reply to _DEBUG vs DEBUG Preprocessor Macro
Thank you Quinn for your response. I put #pragma GCC warning within #ifdef _DEBUG and I received the message saying "_DEBUG defined". Ofcourse, it then goes on to give file not found for crtdbg.h which is not available on Mac. This is very strange since the same project compiles properly on 9.3. #ifdef _DEBUG #pragma GCC warning "_DEBUG defined" #include crtdbg.h #endif
May ’21
Reply to Symlink not generated in XCode 11.3.1 for Framework
Update on this If I use Legacy Build System in Shared Project Settings, then the symlinks are generated properly. However, this breaks build in other plugins. The Project Settings is not specific to xcode project! So, I am trying to figure out what do I need to do to make New Build System of XCode to behave like Legacy Build System when it comes to generating symlinks after building framework. Any suggestions? Thanks a ton for your efforts. Musten Jiruwala
Jun ’21