tapwork / HeapInspector-for-iOS

Find memory issues & leaks in your iOS app without instruments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode6.1 start HeapInspectorExample/HeapInspectorExample.xcodeproj build error

leiyong316 opened this issue · comments

commented

ld: library not found for -lPods-HeapInspector
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@tapwork
if use pods, will start .xcworkspace file, but project no this file

@leiyong316 use "pod install" first

commented

ok , thanks @nonstriater