-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this Mavericks compatible? #299
Comments
It is Mavericks compatible. I just built it now.
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. |
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: Make sure "Build Options" match your system. For me: |
#295 it seems was my main issue. For that, the objective C link instructions helped: Go to the project > Targets > Build Settings
However, your 10.9 instructions helped. |
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. |
@izimbra Hey I got the same issue here, can't work out the garbage collection errors |
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:
After this, you will be able to build the App getting a few warnings. |
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. |
I tried to compile in Xcode (5?) for Mavericks but it failed with 20 issues including semantics, format string, lexical and deprecation issues.
The text was updated successfully, but these errors were encountered: