views:

125

answers:

2

I want to add third party framework "log4Cocoa" to my cocoa application. I followed the steps to add the framework and created "Copy Files" phase as well. Project is getting build without any error. Problem occurs when i try to run the application i get error saying "Data Formatters temporarily unavailable, will re-try after a 'continue'."

Any help will be appreciated.

+1  A: 

Is the framework opensource? I do not think it has to do with you, more with how you are using its services or maybe the framework is broken. Contact the developer he might be able to help you with it.

Edit: http://stackoverflow.com/questions/1670672/trouble-using-third-party-framework-in-xcode-3-2

Antwan van Houdt
A: 

There is no standard way to add a framework ( like adding jars in java ) . It depends on the framework . For example look at 320 instructions

http://github.com/facebook/three20

Surya