Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8775377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:47:11+00:00 2026-06-13T18:47:11+00:00

When I create an iOS project,and Build Phases -> Link binary with Libraries, I

  • 0

When I create an iOS project,and “Build Phases -> Link binary with Libraries”, I add the AVFoundation.framework lib and use #import "<AVFoundation/AVFoundation.h>". I get a compilation error:

“AVFoundation/AVFoundation.h file not found”.

Here’s my code:

#import <UIKit/UIKit.h>
#import "<AVFoundation/AVFoundation.h>"  

How can I resolve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T18:47:12+00:00Added an answer on June 13, 2026 at 6:47 pm

    Use

    #import <AVFoundation/AVFoundation.h>
    

    There is only two types of #import statements:

    #import <file.h>
    

    and

    #import "file.h"
    

    There is no type like : #import "<file.h>" you are making mistake here: #import "<AVFoundation/AVFoundation.h>"

    In general the #import “QuartzCore/QuartzCore.h” form is “find my very
    own header, if you can’t find it look for a system header”, and the
    form is “find a system header”. In theory
    the locations are compiler defined and they could be implemented
    differently on a given platform, but I haven’t run into a C compiler
    that does anything different.

    Reference: SO

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I create a new project with Xcode 4.4 and add these lines: NSDictionary
So I would like to use xcodebuild in Terminal to create a build from
Using Xcode 4.2.1 iPad iOS 5.0.1, create a new Single View iPad project. In
I create a static library file and used this in another project and build
If I create a new iOS 5 project using one of XCode's templates and
Why exactly is it that when I create an iOS static library project or
I'm trying to 'import' my existing C++ codebase into my XCode iOS project. Problem
I want to create an iOS app that contains a uiimageview and a button
I want to create an iOS application which consists of Tamil language. I see
I'm trying to create an iOS (iPhone specific) app where users have to authenticate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.