SailfishOS SDK 15.04 subdirs project can not deploy to emulator [not relevant]
I have subdirs project (an app and a static library) and when I try to deploy debug build to emulator (COPYING BINARIES selected) I get:
16:41:22: Starting: "/home/failshitos/.config/SailfishBeta4/mer-sdk-tools/MerSDK/SailfishOS-i486/deploy" --rsync Fatal: No spec file found in '/home/mersdk/share//Jolla/testproject/rpm/' and couldn't make one from a yaml #1 16:41:22: The process "/home/failshitos/.config/SailfishBeta4/mer-sdk-tools/MerSDK/SailfishOS-i486/deploy" exited with code 1. Error while building/deploying project testproject (kit: MerSDK-SailfishOS-i486) When executing step 'Rsync'
How to fix this? Thanks!
Your static library can't doesn't has a spec file for packaging information and that generates the error message. I once build the lib and just use a .so and link it dynamic.
taaem ( 2015-07-11 22:32:57 +0200 )edit