'AFNetworking.h' file not found
On a brand new swift project in XCode 8.1 with the following Podfile and only adding one line to the main ViewController.swift file: import DZNPhotoPickerController
XCode reports the error: 'AFNetworking.h' file not found
Here's the Podfile
platform :ios, "9.3"
use_frameworks!
target 'Testing' do
pod 'DZNPhotoPickerController' # Download photos from the internet
end
I've attached the XCode project to this as well. I'm stumped and appreciate any help in getting this resolved. Testing.zip
Same problem
@ngocbinh02 , @troya2, @dzenbot Yep, the same.... any solutions??
same here. any news about it ? thanks.
I have the same problem.
Dirty temp fix.
Replace #import "AFNetworking.h" with #import <AFNetworking/AFNetworking.h>