Questions tagged [catchoom-sdk]

Catchoom Mobile SDK provides image recognition features for iOS and Android systems.

The Catchoom Mobile SDK for both iOS and Android provides the following features:

  • Camera capture management
  • Cloud Image Recognition
  • 3D Object Tracking
  • Augmented Reality content rendering
  • Automatic download of Augmented Reality content stored online
  • Augmented Reality content description parser
  • Augmented Reality content type extension
1 questions
0
votes
1 answer

-all_load AND -ObjC cause problems with other libraries

I'm using CatchoomSDK in my app, and now I want to use socialize framework. Socialize needs -all_load AND -ObjC flags and with these flag i am getting: duplicate symbol error. if I remove the -all_load flags, the app crashes with: Terminating…