Answer the question
In order to leave comments, you need to log in
Does xCode not see files imported via cocoaPods?
xCode does not see files imported via cocoaPods. Import done through podFile
# Uncomment this line to define a global platform for your project
#platform :ios, '9.0'
use_frameworks!
target 'vkAuth' do
pod 'SwiftyVK', :git => 'https://github.com/WE-St0r/SwiftyVK.git'
pod 'AFNetworking'
end
import SwiftyVK
Answer the question
In order to leave comments, you need to log in
He sees everything perfectly, maybe you just need to open * .xcworkspace and not * .xcodeproj, or try to build the project?
For the test, I created a project like you have and everything works.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question