Replies: 2 comments 2 replies
-
Hello. Oh, I've copy paste config from sample project, but not changed
Thanks for highlighting. I'll fix readme. |
Beta Was this translation helpful? Give feedback.
-
Thanks, tried that, still seem to get a mystery error when trying to run it from Xcode. Shows me some warnings, no error, but says FAILURE: Build failed with an exception. I created a brand new stripped down KMM application in Android studio and the only thing I changed was adding your webrtc-kmp stuff in as instructed. Project is attached. The basic project seems to fail in the same manner as my project that had worked before when this was on cocoa pods and recently with Carthage. Can you try it out and see what's going wrong? |
Beta Was this translation helpful? Give feedback.
-
Hello, I spent the weekend trying to integrate with your latest. I renamed the cartfile to remove the Carthage stuff, but if I use the specs in the readme with export(project(":webrtc-kmp")) I just get Project with path ':webrtc-kmp' could not be found in project ':shared'.
That seems to work with your sample project because you have a module named webrtc-kmp, but for those of us trying to pull it into a standalone project, I don't see how this makes sense.
If I comment that out I can run the android app, but when I go to run the iosapp after pod deintegrate/install I get the following in Xcode
Execution failed for task ':shared:podGenIOS'.
I've tried everything out there editing my .zshrc etc, and this is just a warning, no error seems to be mentioned, but I can't run the iOS app
Beta Was this translation helpful? Give feedback.
All reactions