You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
I've attached the XCode project to this as well. I'm stumped and appreciate any help in getting this resolved.
Testing.zip
The text was updated successfully, but these errors were encountered: