You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Swig generating "%csmethodmodifiers" code block, instead of keeping
all preprocesser directives like "#if FIREBASE_PLATFORM_DESKTOP", it
seem to preprocess the block directly and remove codes.
In this case, Swig would consider FIREBASE_PLATFORM_DESKTOP never
defined and remove the entire block in the generated code.
This can be easily verified with
```
python scripts/build_scripts/build_zips.py --platform=macos --apis=auth
```
0 commit comments