Anyone using Android Studio Bumblebee C2 and KMM p...
# multiplatform
c
Anyone using Android Studio Bumblebee C2 and KMM plugin? Just created a new project with it and can't get the ios app to run.
k
1) did you have installed cocoapods? 2) does xcode work with this project?
c
1. When I initially followed the instruction of this video (

https://youtu.be/GcqFhoUuNNI?t=125

) I did not have cocoapods, but then I did install cocoapods. A new project works, but this project that I initially created does not work. 2. I'm new to iOS development so I'm not sure what you mean by "does xcode work with this project". I guess let me try to see if I can run the xcode project. Would I try to open
iosApp.xcworkspace
or
iosApp.xcodeproj
?