SFML community forums

Help => General => Topic started by: thatoneguy229 on February 06, 2013, 11:07:11 pm

Title: Not able to install templates (xcode) [SOLVED]
Post by: thatoneguy229 on February 06, 2013, 11:07:11 pm
I'm currently using a early 2011 Macbook pro running Mountain Lion (10.8) and xcode 4.6 and am unable to install the templates as instructed here: http://www.sfml-dev.org/tutorials/1.6/start-osx.php. In xcode 4.6 or Mountain Lion (not sure which one) the location for installation ~/Developer/Library/.... is located within xcode.app instead of an actual directory. Any help would be greatly appreciated.
Title: Re: Not able to install templates (xcode)
Post by: Hiura on February 07, 2013, 12:18:58 pm
SFML 1.6 templates are for Xcode 3 and are not compatible with Xcode 4. You'd better switch to SFML 2. (https://github.com/SFML/SFML/wiki/FAQ#wiki-grl-version)

edit : typo
Title: Re: Not able to install templates (xcode)
Post by: FRex on February 07, 2013, 01:03:07 pm
Quote
SFML 1.6 templates are for Xcode 3 and are not compatible with Xcode 3.
I'm not mac user and I know apple is crazy but something seems wrong here.
Title: Re: Not able to install templates (xcode)
Post by: Hiura on February 07, 2013, 01:12:49 pm
sorry for the typo. it's fixed
Title: Re: Not able to install templates (xcode)
Post by: thatoneguy229 on February 07, 2013, 11:29:13 pm
SFML 1.6 templates are for Xcode 3 and are not compatible with Xcode 4. You'd better switch to SFML 2. (https://github.com/SFML/SFML/wiki/FAQ#wiki-grl-version)

edit : typo

Thanks for the reply! Is there supposed to be a size difference between 1.6 and 2.0? I'm not at the computer at the moment(on my phone) and if I recall correctly 1.6 was ~17.6mb whereas 2.0 was ~8mb? Was I downloading the correct file?
Title: Re: Not able to install templates (xcode)
Post by: thatoneguy229 on February 08, 2013, 04:16:46 pm
Okay, so I finally had the time to get back on my computer and found the .pkg file for 2.0 and everything seems to be okay now, thanks for the responses.