Code Monkey home page Code Monkey logo

Comments (8)

emotality avatar emotality commented on September 3, 2024

Where are you importing the header file?

Like you said, you have duplicate files of Reachability, keep my folder and delete the other one.
Add #import "ATAppUpdater.h" no matter the warning.
Clear build with Cmnd+Shift+K
Close Xcode and re-open the project
Build the project with Cmnd+B

Let me know if you still get the errors.. (:

from atappupdater.

jp-dubey07 avatar jp-dubey07 commented on September 3, 2024

I have followed as per instructions but still getting error "ATAppUpdater.h" file not found. I'm using Xcode 6.3.1.
screen shot 2015-06-04 at 11 57 40 am

from atappupdater.

jp-dubey07 avatar jp-dubey07 commented on September 3, 2024

Now if I use #import "ATAppUpdater/ATAppUpdater.h" then above error is resolved but two new error prompts up shown in below screenshot.
screen shot 2015-06-04 at 11 59 56 am

from atappupdater.

jp-dubey07 avatar jp-dubey07 commented on September 3, 2024

Is there any framework to be added? Also, ATAppUpdater.m and Reachability.m file are not added to Compile Sources of Target (screenshot 1). If I try to add it manually it doesn't shows up (screenshot 2).
screen shot 2015-06-04 at 12 07 06 pm
screen shot 2015-06-04 at 12 07 24 pm

from atappupdater.

emotality avatar emotality commented on September 3, 2024

That is just strange.. Did you drag and dropped it into the project or did you right click to Add Files then Copy items if needed?

new_files

Delete all ATAppUpdater files and add it this way, let me know.
So sorry about this! :(

from atappupdater.

emotality avatar emotality commented on September 3, 2024

I have replicated your issue and got the same issues.

To fix:
Link SystemConfiguration.framework
#import <UIKit/UIKit.h> in ATAppUpdater.h

Let me know if this worked for you as well.

from atappupdater.

jp-dubey07 avatar jp-dubey07 commented on September 3, 2024

Now, I have deleted existing ATAppUpdater and added using 'Right Click -> Add New File..' Selected 'Copy Items if needed' and 'Create groups' (screenshot 1).

This approach shoes ATAppUpdater.m and Reachability.m file in 'Compile Sources' of Build Settings (screenshot 2).

Now, I have added 'SystemConfiguration.framework' in 'Link Binary with Library' (screenshot 3). Cleaned project and then build application. This prompts 19 issues (screenshot 4). I'm using Xcode 6.3.1 and
OS X 10.10.3.

screen shot 2015-06-05 at 12 14 25 pm
screen shot 2015-06-05 at 12 15 02 pm
screen shot 2015-06-05 at 12 15 23 pm

from atappupdater.

emotality avatar emotality commented on September 3, 2024

Sorry I mistyped:

To fix:
Link SystemConfiguration.framework
#import in ATAppUpdater.h

I meant #import <UIKit/UIKit.h> in ATAppUpdater.h
I added a new commit 2d7c305
Try this one. :)

from atappupdater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.