English 中文(简体)
Problems with dependencies of Simperium
原标题:
  • 时间:2012-05-13 11:30:18
  •  标签:
  • simperium

I am evaluating to move a project to Simperium for synchronization. The project already uses CocoaHTTPServer, ASIHTTPRequest and some other frameworks.

Now Simperium also seems to contain (at least parts of) of these frameworks. Removing the CocoaHTTPServer framework from my projects linking phase, I got undefined symbols linker errors regarding these symbols: HTTPAsyncFileResponse, HTTPFileResponse, HTTPDataResponse, HTTPServer, HTTPDataResponse, HTTPConnection.

Is it possible to fix these linker errors with the current framework version?

Or would it be possible to provide a framework with these frameworks as external, dependant frameworks, so I can use my own versions?

问题回答

This is equivalent to Linker errors building iOS app with Simperium, which has a suggested workaround while a proper fix is implemented. The proper fix should be ready soon.





相关问题
添加无法运行的应用程序

当我转到添加应用程序按钮时,输入我的Gmail地址,什么都不会发生,我也不会收到带有应用程序密钥的电子邮件。思想?

什么是好的SaaS信息排队系统?

我正在考虑使用类似信息队列的系统作为网络应用程序的后端,使网络服务器、移动应用程序和浏览器同步。是否有...

Simperium couldn t load member data (unsupported type)

Trying to add Simperium to my existing app, I get a NSAssertion error: (gdb) po $eax Simperium couldn t load member data (unsupported type) Stack trace: (gdb) bt #0 0x02f63cbc in ...

Problems with dependencies of Simperium

I am evaluating to move a project to Simperium for synchronization. The project already uses CocoaHTTPServer, ASIHTTPRequest and some other frameworks. Now Simperium also seems to contain (at least ...

Inherit from SPManagedObject

In Simperiums iOS/OSX tutorial you say, each modeled object should inherit from SPManagedObject. I didn t try it yet, but doesn t that lead to one big table in the SQLite database that contains a ...

Simperium with a document base Core Data app

Is it possible to use Simperium (http://simperium.com) with a document based Core Data app? The sample is a "Shoebox" style app and I don t see any option to set a document id or something. If not, ...

热门标签