I am receiving the following assertion when adding a TWTRTweetView to the view hierarchy:
Fatal Exception: NSInternalInconsistencyException
Invalid parameter not satisfying: placeValue > 0
And it spawns from:
*** Assertion failure in CFIndex NSISSparseVectorAddTermWithPlaceValueCoefficientStartingIndex(NSISSparseVector, NSISPlaceValue_t, NSISFloat_t, NSISFloat_t, CFIndex)(), /SourceCache/Foundation/Foundation-1142.14/Layout.subproj/IncrementalSimplex/NSISCommon.m:246
This assertion only occurs on a device. The device type is an iPhone 6. I haven’t tried any other device. The crash does not occur in the simulator. I have tried many simulated devices and all the TWTRTweetViews render correctly.
Has anyone seen this before? I feel I must be abusing the API somehow, but I am following the guides. The Google seemed to be no help either…!