We could really need some help :blush:
# ios
m
We could really need some help 😊
e
Hi @Marc Reichelt, you can try
./gradlew debugFatFramework
👍 1
m
BUILD SUCCESSFUL in 2s
seems that is already built 🙂
so what next? Xcode shows the same error
e
Strange, I can’t reproduce. Could you provide the log?
m
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:
message has been deleted
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