Kissme
Kissme copied to clipboard
0.2.5: Unresolved References when building on iOS
I am building a multiplatform (Android/iOS) project using the Kissme library, and everything works great on Android. But when I try to build the iosBinaries task, I get the following errors:
Unresolved Reference: netguru
Unresolved Reference: Kissme
I saw that there was a pre-existing issue about this several months ago (#55), but it was closed without a resolution. Has there been any progress on fixing it?
I have the same problem... Might be due to the fact, that in bintray no klib for version 0.2.5 was supplied: https://dl.bintray.com/netguru/maven/com/netguru/kissme/ios/0.2.5/ You can try using the debug version: https://dl.bintray.com/netguru/maven/com/netguru/kissme/ios_debug_ios_arm64/0.2.5/
That's a shame. I was really excited about using this library. I hope the dev can fix this sometime soon.
I'm back again with this library and still not resolved. Please tell us wether this library abandoned or still on fixing progress.
Same here! Seems like ths library is abandoned
@samiuelson?
Hello, did you find any workaround to use this lib in your project?
Sadly, no. I had to give up on it.
In my case, I implemented the logic using the foundation package...Not really efficient and took me a very long time to implement...