https://kotlinlang.org logo
Title
m

Marc Reichelt

07/01/2019, 11:28 AM
We could really need some help 😊
e

e5l

07/01/2019, 11:31 AM
Hi @Marc Reichelt, you can try
./gradlew debugFatFramework
👍 1
m

Marc Reichelt

07/01/2019, 11:32 AM
BUILD SUCCESSFUL in 2s
seems that is already built 🙂
so what next? Xcode shows the same error
e

e5l

07/01/2019, 11:53 AM
Strange, I can’t reproduce. Could you provide the log?
m

Marc Reichelt

07/01/2019, 12:25 PM
I’m trying to reproduce this with a new build (I deleted the
DerivedData
folder), but now I just see
Mapbox-iOS-SDK
as scheme:
I’m trying a
pod install
as next step
Now I need to reopen the workspace - which one should I open @e5l? On the branch https://github.com/JetBrains/kotlinconf-app/tree/9345cf089a5502ea79520fa8fc734f34a021ccc4/iosApp I see there are
KotlinConf.xcworkspace
as well as
iosApp.xcworkspace
which one is the correct one?
I assume it should be
KotlinConf.xcworkspace
, which is referenced by the
Podfile
here: https://github.com/JetBrains/kotlinconf-app/blob/9345cf089a5502ea79520fa8fc734f34a021ccc4/iosApp/Podfile#L4
But I’m not sure, as the source folder for the Swift code is called
iosApp