Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

Duplicate Symbol using RADAEE Lib 8 years 9 months ago #9201

  • kurt_zelda
  • kurt_zelda's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 24
  • Thank you received: 0
I've a project using RADAEE Lib.
While adding a library for screen sharing from TeamViewer I found this problem:
duplicate symbol, _jpeg_natural_order in:
..../libRDPDF.a (jutils.o)
..../ScreenSharingSDK (jutils.o)

As I haven't the source for the two libraries how can I use them together?
Thank you.

Please Log in or Create an account to join the conversation.

Duplicate Symbol using RADAEE Lib 8 years 9 months ago #9202

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
build 1 as shared library?

Please Log in or Create an account to join the conversation.

Duplicate Symbol using RADAEE Lib 8 years 9 months ago #9203

  • kurt_zelda
  • kurt_zelda's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 24
  • Thank you received: 0
Some hint?
Should be compatible with OS5.1.1 and OS6.
It seems work only for ioS8 and above...

Please Log in or Create an account to join the conversation.

Duplicate Symbol using RADAEE Lib 8 years 9 months ago #9223

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

a possible solution could be add –force_load in the Other Linker Flag, Build Settings tab.
–force_load needs the path of the library to load, something like: –force_load <path>/<your library>

I noticed that TeamViewer require iOS 7 or iOS 8 with this note: The SDK might also work on iOS 6 devices. However, iOS 6 is not officially supported.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum