2017-01-17 1 views
0

내 앱에서 CircularSlider를 사용하려고합니다. 스위프트 - 코코아 포드 원형 슬라이더

나는이 내가

$pod init 

을 한 일이며,이 후

# Uncomment the next line to define a global platform for your project 
# platform :ios, '9.0' 

target 'Dr.FOOD' do 
    # Comment the next line if you're not using Swift and don't want to use dynamic frameworks 
    use_frameworks! 

    # Pods for Dr.FOOD 
    pod 'Firebase' 
    pod 'Firebase/Core' 
    pod 'Firebase/Database' 
    pod 'HGCircularSlider', '~> 1.0.3' 
    pod 'CircularSlider' 

end 

내 포드 파일 다음과 같은 두 가지 모듈 https://github.com/taglia3/CircularSlider https://cocoapods.org/pods/HGCircularSlider

을 발견 제가

했다
$ pod install 
Analyzing dependencies 
Downloading dependencies 
Using CircularSlider (1.1.2) 
Using Firebase (3.11.0) 
Using FirebaseAnalytics (3.6.0) 
Using FirebaseCore (3.4.6) 
Using FirebaseDatabase (3.1.1) 
Using FirebaseInstanceID (1.0.8) 
Using GoogleInterchangeUtilities (1.2.2) 
Using GoogleSymbolUtilities (1.1.2) 
Using GoogleToolboxForMac (2.1.1) 
Using HGCircularSlider (1.0.3) 
Generating Pods project 
Integrating client project 

[!] Please close any current Xcode sessions and use `Dr.FOOD.xcworkspace` for this project from now on. 
Sending stats 
Pod installation complete! There are 5 dependencies from the Podfile and 10 total pods installed. 

.xcworkspace를 사용하고 있지만 여전히 코드에 "No such module 'HGCircularSlider'"라고 표시되어 있습니다.

내가 잘못 했습니까?

+0

깨끗한 모듈을 가져 –

+0

@GaneshKumar 깨끗한 코드를 빌드하고 코드를 빌드? – jlassap

+0

xcode를 중지하거나 닫은 다음 포드를 설치하십시오 – ItsMeMihir

답변

-1

당신이 이미 한 일 이외에 새로운 포드를 추가 할 때 내가하는 일은 다음과 같습니다. 아래로 스크롤

enter image description here

  • 당신이 볼 수 있습니다 :

    • 열고 작업 영역 파일, 프로젝트 설정 페이지로 이동

    enter image description here

    • + 버튼을 클릭하고 원하는 모든 프레임 워크를 추가하십시오.

    • 프로젝트를 빌드하려면 Command + B를 누르십시오.

    • 이제

+0

고맙습니다. 지금 당장 작동하고있어. – jlassap

+0

@jlassap 내 대답이 귀하의 질문에 대한 대답이라고 생각하시면 그 체크 표시를 클릭하여 동의하십시오! – Sweeper

+0

그것은 내가 40 초 만에 그것을 점검 할 수있다라고 말한다.. 나는 그것을 나중에 할 것이다! 감사합니다 – jlassap

관련 문제