Cocoapods + 'x'에 대한 기본 모듈을 로드할 수 없습니다. 저는 XCode 7, Swift 2.0, iOS 9를 실행하고 있습니다. 코코팟을 사용하여 프로젝트에 알라모파이어를 설치하고 싶습니다.다음 작업을 수행했습니다. gem install cocoapods pod setup pod init 포드 파일 업데이트 대상: # Uncomment this line to define a global platform for your project # platform :ios, '9.0' use_frameworks! target 'JSONeg' do pod 'Alamofire', :branch => 'swift-2' end 그런 다음 포드를 설치했습니다. pod install 그리고 ViewControll..