Cocoapods - ld: no frames found Pods

I am trying to install a module called SabBar using cocoapods, I am successfully installing cocoapods along with the initial setup. But for some reason, I get this error at compile time:

ld: warning: directory not found for option '-F / Users / Andy / Library / Developer / Xcode / DerivedData / JymJam-gocrzdctroqhlaedmghajkejcugm / Build / Products / Debug-iphonesimulator / SabBar'

ld: no frame found SabBar
    clang: error: linker command did not work with exit code 1 (use -v to call the call)

I looked at other solutions , but they don't seem to work for me.

Here's what my subfile looks like:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
target "JymJam" do
    pod 'SabBar'
end

"use_frameworks!" , .

+4
3

use_frameworks! , Pod .

:

  • xcworkspace.
  • xcconfig, cocoapods
+4

libPod.a Target-Build .

+1

, :

,

1: pod deintegrate

2:

0

Source: https://habr.com/ru/post/1654153/


All Articles