Question

I had my RadStudio setup all working and have created a very simple mobile app for android that uses IBLite to grab some data. For business reasons I had to leave the project and move on to other things. So I come back to Radstudio thinking I can just pick up where I left off.

I notice there is an update for the product so I apply the changes and then open up my previous project. From there things get very strange. I can build and deploy to android and the project still works. If I deploy to IOS simulator again no problem and everything works fine. As soon as I try to deploy to a device I get the following compiler error:-

[DCC Error] E2597 ld: library not found for -libtogo (This is an outstanding question on Embarcadero Developer Forum)

Which looks to me like a problem with the licence file. So I try to manually add it to the deployment but still get the error. So I decided to park my project and go back to the IOS IBLite tutorial from the Embarcadero website. I get to the stage where I want to drop an sqlconnection to the form and connect to the database... No joy it comes up with unavailable database which I thought might be a licensing issue or the fact the IB Server was not running. So I double checked the latter and sure enough it is running as a windows service and I can use IBConsole to connect to it.

So I drop trying to create a mobile application and try to create a desktop app that connects to the dbdemos database. No luck, the ide still states unavailable database...

So to my question?

How do I get radstudio to pick up the license for Interbase and particulary IBLIte for IOS?

I have searched online and on the EDF and have been unable to find a solution.

No correct solution

OTHER TIPS

Take a look to this link. IBREDISTDIR environment variable should be properly configurated with the directory containing library folders and licenses.

RAD Studio links statically libibtogo.a probably this file is missing. This file usually is into ($BDS)/lib/iosDevice/debug path

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top