-
Notifications
You must be signed in to change notification settings - Fork 221
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
does not build in xcode on maverick/10.9.2 #11
Comments
Try using earlier versions of Xcode to build |
@nycshane @RaoKarthik do you guys know how to fix this garbage collection stuff? /cc @millenomi |
/cc @dmarcotte @fjolnir |
@niftylettuce in Xcode project-> build settings->architecture-> Build active architecture only-> debug set it no. do the same for the target as well |
@RaoKarthik I have that set to No by default, any ideas? |
@Equidamoid In the newer version of Xcode when u load a project it will display a dialog to perform some changes to the build setting. if you have accepted it then it would change the above setting to yes. If you haven't checked that dialog then your old setting will be retained. The easiest workaround to fix this garbage collection was to use earlier version of xcode |
/cc @niftylettuce |
@RaoKarthik @Equidamoid I'll give either of you a $50-$100+ bug bounty reward by PayPal or Gittip if you can resolve this garbage collection stuff properly. |
My fork builds in xcode 5 now: fjolnir@4a280a4 Obviously won't load in apps that use garbage collection though. |
@fjolnir can you submit a PR here? |
any way to do this without downloading a 2GB program? I tried downloading xcode-select, but the xcode-build command isn't included. I can supposedly use gcc but am unsure as to how to proceed. |
Garbage Collection has been removed, is this something you can easily change or comment out ?
The text was updated successfully, but these errors were encountered: