Alex

Results 12 comments of Alex

I'm also looking for solution for this issue. Unfortunately, it is related not only to this repository, but all frameworks which uses `modulemap` inside. Easiest way to reproduce it -...

@ironage initially I tried to upgrade from swift SDK 10.7.7 (core 10.7.2). But I can try to upgrade version by version to find where is the problem appears

Oh sorry, we decided to move to Sqlite on KMP part since seems like Realm doesn't support to be used on both side at the same time. We are just...

@leemaguire Yes, I have tried a clean build and deleting derived data. I'm trying on a fresh project right now but seems like I can't reproduce it either. It's weird...

Just to add some info: Tried to add all dependencies (SPM + Cocoapods) to the fresh project, also checked all configs -> still the fresh project doesn't have this issue....

What does not work? It's old plugin and I did not update it very long (I only add UUID's for Xcode). But, if you or some another guy who has...

Oh, sorry. REAMDE is not clear :( You should move `PluginPanelClient` folder into your plugin Xcode proj. Then you should create your main `NSViewController` and image(if needed) and set it...

I tried integrate just now. I have some result: ![screen shot 2016-03-04 at 00 49 38](https://cloud.githubusercontent.com/assets/2103547/13509101/4396c81e-e1a3-11e5-953e-275d46a18a5e.png) Source you can find here: https://github.com/AlexIzh/XToDo But it's a test only. It has some...