Open abbyThompson opened 6 years ago
Tried building the project in both Xcode 9.2 and 9.3 and ran into the semantic issue "Array has incomplete element type 'struct rcd _rebranding'" on lines 164 and 184 inFBAssociationManager.
"Array has incomplete element type 'struct rcd _rebranding'"
FBAssociationManager
Looks like this is a known issue in FBRetainCycleDetector: https://github.com/facebook/FBRetainCycleDetector/issues/11
Tried building the project in both Xcode 9.2 and 9.3 and ran into the semantic issue
"Array has incomplete element type 'struct rcd _rebranding'"
on lines 164 and 184 inFBAssociationManager
.