Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am getting this error when I run this command #65

Open
xeieshan opened this issue Dec 12, 2017 · 1 comment
Open

I am getting this error when I run this command #65

xeieshan opened this issue Dec 12, 2017 · 1 comment

Comments

@xeieshan
Copy link

ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/AFNetworking'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/ActionSheetPicker-3.0'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/Bolts'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/EAIntroView'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/EARestrictedScrollView'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/FBSDKCoreKit'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/FBSDKLoginKit'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/FBSDKShareKit'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/IQKeyboardManager'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/JDFTooltips'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/KIImagePager'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/MBProgressHUD'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/MZTimerLabel'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/Ono'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/RMMapper'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/SDWebImage'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/SVProgressHUD'
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/SevenSwitch'
ld: warning: directory not found for option '-FFrameworks'
ld: library not found for -lAFNetworking
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** BUILD FAILED **

The following build commands failed:
Ld build/Build/Intermediates.noindex/x.build/PROD-iphonesimulator/x.build/Objects-normal/x86_64/x normal x86_64
Ld build/Build/Intermediates.noindex/x.build/PROD-iphonesimulator/x.build/Objects-normal/i386/x normal i386
(2 failures)

@Eastwu5788
Copy link

Eastwu5788 commented Feb 27, 2018

Hi:
I have the same problem, and fix it by change the code below at line 6~7

# WORKSPACE=YourWorkspace.xcworkspace
PROJECT=YourWorkspace.xcodeproj

If you use cocoapods in your project, you should use WORKSPACE instead of PROJECT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants