jordond
04/10/2024, 7:22 PMerror: Could not find "co.touchlab:stately-common" bug?
I’ve followed the steps from here and added implementation("co.touchlab.stately-common:2.0.7") to my gradle file, but its still failing to build the iOS app. I am using Cocoapods and the GoogleMaps pod.Ben Abramovitch
04/11/2024, 4:48 PMjordond
04/11/2024, 4:50 PM:composeApp:linkPodDebugFrameworkIosSimulatorArm64 task.
Getting some missing symbol errors like:
...
"_kGMSWillTakeScreenshotNotification", referenced from:
-[GMSCALayer renderInContext:] in GoogleMaps
ld: symbol(s) not found for architecture arm64Ben Abramovitch
04/11/2024, 4:51 PMjordond
04/11/2024, 4:52 PMBen Abramovitch
04/11/2024, 4:53 PMBen Abramovitch
04/11/2024, 4:53 PMBen Abramovitch
04/11/2024, 4:53 PMjordond
04/11/2024, 4:54 PMBen Abramovitch
04/11/2024, 4:57 PMjordond
04/11/2024, 4:59 PMBen Abramovitch
04/11/2024, 5:00 PMlouiscad
04/13/2024, 6:14 PM