Post

Replies

Boosts

Views

Activity

Symlink not generated in XCode 11.3.1 for Framework
Hello, I am building xercesc framework on XCode 11.3.1. It builds successfully, but resulting framework does not have the required symlinks to Resources, dylib and Current version. Same xcode project was working well on XCode 9.3. Framework built from XCode 9.3 has symlink files Whereas, same project with no change in settings gives me this in XCode 11.3.1 Do I need to do some new setting? Please help. Thank you Musten Jiruwala
1
0
1.1k
Jun ’21
Removal of deprecated Carbon APIs
Hello We need to take a decision on moving from Carbon to Cocoa based on one specific API that is deprecated which is CFReadStreamCreateForHTTPRequest. What I want to know is, in which macOS version will it be removed? It's still available in Catalina and Big Sur, and I don't see the plan version for removal of this API. Any idea on this? Thank you Musten Jiruwala
1
0
786
May ’21
_DEBUG vs DEBUG Preprocessor Macro
We are working on cross-platform development of Adobe InDesign plugins. On Mac, for Debug build, we define DEBUG macro (without underscore prefix) in Preprocessor Macro of Clang in XCode. When we define "DEBUG" as the macro, XCode 9.3 clang compiler would not recognize "_DEBUG" used in the code. This was perfectly fine since "_DEBUG" was used in Windows. However, in XCode 11.5, even though we define "DEBUG" in preprocessor, "_DEBUG" is recognized. I want to understand as to why has this happened? Also, is there any way in the project setting to avert this? PS: I know I can do this by adding #ifndef MACINTOSH. But, the client would like to explore a solution without this :-)
4
0
4.1k
May ’21