Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

'AFNetworking.h' file not found #136

Description

@troya2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions