Giter Club home page Giter Club logo

Comments (8)

rcaputo avatar rcaputo commented on August 17, 2024

It is Mavericks compatible. I just built it now.

  1. Follow the 4.5+ instructions in the README.TXT.
  2. Accept the recommended project upgrades.
  3. If compiling getActiveUrlsFromBrowsers.applescript fails, it's because you don't have Chrome installed. Install Chrome. If you prefer Chromium, install that, and "Google Chrome" to "Chromium" in the appnescript. If you'll never install a Chromium-based browser, and you aren't distributing binaries, then you can probably remove that section of the script.

The deprecations are advanced warning of features that will go away in the future. XCode supports those features for now, so they're harmless for now.

from pomodoro.

rcaputo avatar rcaputo commented on August 17, 2024
  1. I also had to update build settings to match my system.

Click on Pomodoro (the target app) in the left sidebar. The center section should switch to "Build Settings".

Make sure "Architectures" match your system. For me:
Architectures: "Standard Architectures (64-bit Intel) (x86_64)".
Base SDK: "Latest OS X (OS X 10.9)"

Make sure "Build Options" match your system. For me:
Compiler for C/C++/Objective-C: Apple LLVM 5.0

from pomodoro.

wc8 avatar wc8 commented on August 17, 2024

#295 it seems was my main issue. For that, the objective C link instructions helped:

Go to the project > Targets > Build Settings
Search Header Search Paths
Add

I was able to fix the error by adding "$(SDKROOT)/usr/include/libxml2" (including double quotes). – Hemang Jan 22 '13 at 7:03

However, your 10.9 instructions helped.
The last issue was figuring out that README.txt "distribute" did indeed mean Build and finding the app. I now have compiled my first mac app with Xcode.
Thank you.

from pomodoro.

izimbra avatar izimbra commented on August 17, 2024

@rcaputo do you think you could share your updated Xcode project file? I can't get past the ARC update stage #302

from pomodoro.

rcaputo avatar rcaputo commented on August 17, 2024

I did nothing regarding the ARC update. I think those were harmless warnings the last time I built Pomodoro. If the latest XCode update broke the build, I can't help you yet.

from pomodoro.

pefavre avatar pefavre commented on August 17, 2024

@izimbra Hey I got the same issue here, can't work out the garbage collection errors

from pomodoro.

jnardiello avatar jnardiello commented on August 17, 2024

I can confirm that building on XCode 5.X fails because of Garbage collection being deprecated. Pressing "Not now" when asked what to do with it when you first open the project doesn't help.

I was still able to build the project with a minor and tricky change:

  • Once the project is open in XCode click on "Find" -> "Find in Project"
  • Search for "GCC_ENABLE_OBJC_GC"
  • go through ALL the results and simply delete them

After this, you will be able to build the App getting a few warnings.
Note: This is NOT a well-done solution. I'm not a OS X dev and i have no idea if this change is going to blow up your mac. I did it, it worked and the app seems working fine. Take it or leave it. Hope it helps

from pomodoro.

pefavre avatar pefavre commented on August 17, 2024

Thanks @jnardiello, it finally worked. Kind of dirty but I don't mind, it's just for local use. By the way, I got around the Distribute issue with #286.

from pomodoro.

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.