To begin testing, I downloaded the trial version of Wikitude SDK. This package contains a file called "WikitudeSDK.Framework" but I need a version of static library (".a").
How convert WikitudeSDK.Framework TO static library (".a")?
Thank you!
A
Andreas Schacherbauer
said
over 9 years ago
Hi Bruno, You can select the .framework in Finder and look inside the .framework'. You'll find a file called WikitudeSDK (without any extension). Simply rename this file to 'WikitudeSDK.a' and you're done. You also find the header inside the package.
Best regards
Andreas
P
Pedro Silva
said
almost 8 years ago
That works for which versions?!
A
Andreas Schacherbauer
said
almost 8 years ago
Hi Pedro, this works for all of our Architect SDK (JS Api) versions. The Native SDK does not support this.
Bruno Pacola