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
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Just updated from Cocoapods version 1.1.0 to :head to get the dictionary support feature, and found that I needed to update all of my previous default values for FBTweakValue with an explicit f suffix. Otherwise encoding would be NULL in the corresponding fb_tweak_entry, and I'd get a null pointer dereference in _FBTweakCreateWithEntry(). ie;
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.
grp
changed the title
Docs: floating point default values require 'f' suffix
floating point default values sometimes require 'f' suffix, but shouldn't need to
Sep 1, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Just updated from Cocoapods version 1.1.0 to
:head
to get the dictionary support feature, and found that I needed to update all of my previous default values forFBTweakValue
with an explicitf
suffix. Otherwiseencoding
would beNULL
in the correspondingfb_tweak_entry
, and I'd get a null pointer dereference in_FBTweakCreateWithEntry()
. ie;works, whereas:
Causes the issue. This wasn't required in the previous version, and isn't (yet) noted in the docs, so though I should point this out.
Thanks!
The text was updated successfully, but these errors were encountered: