Hi David, Le 13 oct. 2014 à 15:04, David Chisnall <[email protected]> a écrit :
> Hi all, > > I just tried to build EtoileFoundation for OS X, but the XCode project only > appears to have a target for building the tests (which depend on UnitKit), > not for building just the framework. Is there an easy way around this? Is it working now? Just to expand a bit on what Eric said… Usually non-shared schemes are recreated by Xcode when the project is opened, unless 'Auto-create schemes' checkbox is unchecked (in Manage Schemes dialog). May be something went wrong, because you updated an existing EtoileFoundation clone and Xcode was not tracking properly the content of 'EtoileFoundation.xcodeproj/xcuserdata/<username>.xcuserdatad' As an alternative to 'Auto-create Schemes Now', if you delete '<username>.xcuserdatad', Xcode should recreate the schemes the next time you open the project. Cheers, Quentin. _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
