DZNPhotoPickerController icon indicating copy to clipboard operation
DZNPhotoPickerController copied to clipboard

'AFNetworking.h' file not found

Open troya2 opened this issue 9 years ago • 5 comments

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

troya2 avatar Nov 03 '16 00:11 troya2

Same problem

nsleader avatar Nov 21 '16 08:11 nsleader

@ngocbinh02 , @troya2, @dzenbot Yep, the same.... any solutions??

yarodevuci avatar Dec 24 '16 08:12 yarodevuci

same here. any news about it ? thanks.

eyalby avatar Dec 31 '16 13:12 eyalby

I have the same problem.

alexsteinerde avatar Apr 27 '17 11:04 alexsteinerde

Dirty temp fix.

Replace #import "AFNetworking.h" with #import <AFNetworking/AFNetworking.h>

xradeon avatar Jul 12 '17 15:07 xradeon