alexey-lysiuk / ncexp

GNU General Public License v3.0
0 stars 0 forks source link

Weak variable warnings #8

Open alexey-lysiuk opened 6 years ago

alexey-lysiuk commented 6 years ago

Investigate runtime warnings

objc[...]: Attempted to unregister unknown __weak variable at 0x... This is probably incorrect use of objc_storeWeak() and objc_loadWeak(). Break on objc_weak_error to debug.