File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,10 @@ macro(firebase_swig_add_library name)
154
154
# https://github.com/swig/swig/issues/672#issuecomment-400577864
155
155
final=
156
156
USE_EXPORT_FIX
157
+ # SWIG 4.3 added a C# class, SWIGStringWithLengthHelper, but is missing
158
+ # the corresponding C++ symbols, which can cause issues. We don't
159
+ # rely on this class anyway, so just disable it.
160
+ SWIG_CSHARP_NO_STRING_WITH_LENGTH_HELPER
157
161
)
158
162
159
163
set_property (TARGET ${name} PROPERTY SWIG_GENERATED_COMPILE_DEFINITIONS
Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ Support
71
71
72
72
Release Notes
73
73
-------------
74
+ ### Upcoming
75
+ - Changes
76
+ - General: Remove unresolved SWIG string symbols.
77
+ ([ #1139 ] ( https://github.com/firebase/firebase-unity-sdk/issues/1139 ) ).
78
+
74
79
### 12.4.0
75
80
- Changes
76
81
- General: Update to Firebase C++ SDK version 12.4.0.
You can’t perform that action at this time.
0 commit comments