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
This library relies on ARC, so if you use ARC in you project, all works fine.
136
+
But if your project have no ARC support, be sure to do next steps:
137
+
1) In your Xcode project open project settings -> 'Build Phases'
138
+
2) Expand 'Compile Sources' header and find all *.m files which are belongs to this library. Make attention on the 'Compiler Flags' in front of each source file in this list
139
+
3) For each file add '-fobjc-arc' flag
140
+
Now all WVJB files will be compiled with ARC support.
0 commit comments