简体   繁体   中英

Cocoapods linker error when running app from Xcode project

I tried installing some Cocoapods based on some instructions online and the whole process went as described. But I now get an error:

ld: framework not found Pods_Happ clang: error: linker command failed with exit code 1 (use -v to see invocation)

I tried installing a pod called "WCLShineButton". I think it has something to do with my app's framework because the "Pods_Happ.framework" is red:

Pods_Happ.framework red

Close the .xcodeproj file and open the .xcworkspace file in Xcode instead.

CocoaPods wraps your Xcode project (.xcodeproj) into an Xcode workspace. After that you should always work with the workspace instead of the project.

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