Top "Frameworks" questions

A framework is an existing library or set of libraries that provides overarching application structure so that the developer can focus primarily on their application's implementation details instead.

Xcode 4 and nested projects -- header files not found

I'm having a myriad of problems with Xcode 4 and nested projects that worked just well under Xcode 3.2. Here's a very …

cocoa frameworks xcode4
Undefined symbols for architecture i386: "_SCNetworkReachabilitySetCallback"

I use xcode4, on a openglES project i have added code for in-app purchase from the tutorial: http://www.raywenderlich.…

objective-c frameworks ios-frameworks
lightweight publish/subscribe framework in java

Is there a good lightweight framework for java that provides the publish/subscribe pattern? Some ideal features Support for generics …

java frameworks publish-subscribe
Spring 3.0.5 doesn't evaluate @Value annotation from properties

Trying to auto-wire properties to a bean in Spring 3.0.5.RELEASE, I'm using: config.properties: username=myusername main-components.xml: <context:…

spring frameworks properties autowired
How do Express and hapi compare to each other?

From web application design and development point of view, how do Express and Hapi compare to each other? For basic …

node.js express frameworks hapijs
Found an unexpected Mach-O header code: 0x72613c21 in Xcode 7

I have a Swift project that uses a ObjC dynamic framework, the framework had to be linked with and embedded …

validation dynamic frameworks store
How to export "fat" Cocoa Touch Framework (for Simulator and Device)?

With Xcode 6 we get ability to create own Dynamic Cocoa Frameworks. Because of: Simulator still use 32-bit library beginning June 1, 2015 …

ios xcode cocoa-touch frameworks ios-universal-framework
Difference between a module, library and a framework

In popular programming speak, what is the difference between these terms and what are the overlaps? Any related terms I'm …

frameworks module
iOS Static vs Dynamic frameworks clarifications

I have to admit that with the release of iOS 8 I am a bit confused about dynamic and static frameworks …

ios frameworks static-libraries static-linking ios-frameworks
Reasons to NOT use a PHP Framework?

I have always developed web software using a framework (Agile Toolkit) and it was helpful to me in all situations, …

php frameworks atk4