1

These are error about it

 ld: warning: directory not found for option '-L/Users/luckyxmobile/Library/Developer/Xcode/DerivedData/Family_Health_Tracker-blmdlgtkbfuvvxdcozttgzspcguc/Build/Products/Debug-iphonesimulator/AFNetworking' ld: warning: directory not found for option '-L/Users/luckyxmobile/Library/Developer/Xcode/DerivedData/Family_Health_Tracker-blmdlgtkbfuvvxdcozttgzspcguc/Build/Products/Debug-iphonesimulator/MGSwipeTableCell' ld: warning: directory not found for option '-L/Users/luckyxmobile/Library/Developer/Xcode/DerivedData/Family_Health_Tracker-blmdlgtkbfuvvxdcozttgzspcguc/Build/Products/Debug-iphonesimulator/MJRefresh' ld: warning: directory not found for option '-L/Users/luckyxmobile/Library/Developer/Xcode/DerivedData/Family_Health_Tracker-blmdlgtkbfuvvxdcozttgzspcguc/Build/Products/Debug-iphonesimulator/iRate' ld: warning: directory not found for option '-L/Users/luckyxmobile/Documents/code/Family Health Tracker-master/Pods/UMengAnalytics-NO-IDFA/umsdk_IOS_analytics_no-idfa_v3.6.7/UMAnalytics_Sdk_3.6.7' ld: library not found for -lMGSwipeTableCell clang: error: linker command failed with exit code 1 (use -v to see invocation) 
Who can help me ,thx

1
  • did you see all .h files in Build phases -> compile Sources. If not then manually add that files. OR Relink all libraries Commented Oct 3, 2016 at 10:12

3 Answers 3

1

You can relink those things "Build settings->Linking->Other Linker Flags"

  1. AFNetworking
  2. MGSwipeTableCell
  3. MJRefresh
  4. iRate

Is it your project? Sometime , the code people shared in Internet could lack of some lib.

Sign up to request clarification or add additional context in comments.

1 Comment

there are not these options,these are pods
1

You can relink those things "Build settings->Linking->Other Linker Flags" Add:$(inherited)

1 Comment

Select your target project:Build settings->Linking->Other Linker Flags Add:$(inherited)
0

Go to edit scheme as shown below.

enter image description here

Then uncheck all other targets except your main target under build tab.

enter image description here

1 Comment

i delete about test and UItest ,but it is doesn't work

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.