Open TheCell opened 7 years ago
Hi @TheCell,
Do you know if the command line tool lipo
is available on Windows? Our script highly depends on this tool.
Best regards, Andreas
Hey @AndreasSchacherbauerWikitude I haven't used lipo
but a quick google rampage did not reveal anything windows related. I guess it is not available on windows. Any plans to dig into this problem any further?
Best regards, thanks TheCell
Hey there We use the Cordova Plugin with Phonegap for our projects.
I am using windows and I'm preparing the ios version aswell on windows, copy it to a mac machine and run it then. But after the 7.0 SDK I am unable to prepare the ios Version. Even if I clone the git locally and add the wikitude via local path the same problem persists.
I guess my Problem is that there is only an .sh script provided to combine the ios files inside WikitudeSDK.framework. Here is the error message
When I create a new app on ios and add wikitude it compiles everything and combines the Files inside WikitudeSDK.framework. At the moment (on windows:) I change the app to my desire, prepare the ios, copy the content of the platforms/ios over to the Mac. Then on the Mac I have a temporary Cordova project with the Wikitude Plugin. I then have to manually copy the WikitudeSDK.framework from the new temporary project to my original project and change the Xcode Project infos. Changing the Xcode Project means: add "WikitudeSDK.framework" to "Embedded Binaries" and remove it from "Linked Frameworks and Libraries"
Any plans to add a script to combine and prepare the ios version plugin on Windows?
Greetings TheCell