简体   繁体   中英

xcode error: linker command failed with exit code 1 googletoolboxmac

ld: warning: directory not found for option '-F/Users/nicksfikas/Library/Developer/Xcode/DerivedData/Tic_Toe-alfdrybbuuvwxqfdmqfxrrljmyli/Build/Intermediates.noindex/SwiftMigration/Tic Toe/Products/Debug-iphoneos/GoogleToolboxForMac' ld: framework not found GoogleToolboxForMac clang: error: linker command failed with exit code 1 (use -v to see invocation)

what should I do?

This is because a 3rd party library is missing from your system..

try

I encountered the same problem and my solution is as follow:

Close the current project in xcode ---> Go to your project file and open the project by clicking the .xcworkspace file. Note: not the .xodeproj file.

or

You can clean the project in Product Tab and select clean. To build select build in product tab in Xcode.

hope it works.. :)

也许您安装了一个pod文件,但您仍在尝试从.xcodeproj文件而不是.xcworkspace进行构建

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM