facebookarchive / FBMemoryProfiler

iOS tool that helps with profiling iOS Memory usage.
Other
3.41k stars 377 forks source link

Semantic Issue 'Array has incomplete element type' when building #61

Open abbyThompson opened 6 years ago

abbyThompson commented 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.

screen shot 2018-05-11 at 1 05 57 pm

taylesworth commented 6 years ago

Looks like this is a known issue in FBRetainCycleDetector: https://github.com/facebook/FBRetainCycleDetector/issues/11