F-Script icon indicating copy to clipboard operation
F-Script copied to clipboard

Modernize F-Script

Open Kentzo opened this issue 12 years ago • 3 comments

Add new 10.7 and 10.8 frameworks Drop GC, since some new frameworks does not support it Fix GC-related overrelease bugs.

Kentzo avatar Oct 03 '12 19:10 Kentzo

Thanks for the pull request. However I don't think I can drop GC support for the F-script framework just yet as i use it in KosmicTask which is a GC app!

GC and ref counting can live together. Why ditch GC support altogether - that would be necessary for an ARC build. X-code 4 still supports GC builds.

What frameworks don't support GC?

KosmicTask avatar Oct 03 '12 19:10 KosmicTask

There are some private frameworks + Accounts.framework, Social.framework

Kentzo avatar Oct 03 '12 19:10 Kentzo

This issue is a year old, but hey, its still open right? And this is probably technically under NDA, but what the hell. From the Xcode 5.1b4 release notes:

OS X Garbage Collection

Xcode 5.1 does not support building and debugging apps and frameworks that use OS X Objective-C garbage collection. Attempting to build such targets will result in a build error. It is recommended that any projects using GC employ Xcode’s migration tool to convert to ARC (Automatic Reference Counting).

geoff-nixon avatar Jan 29 '14 08:01 geoff-nixon