Kat Knight
05/14/2025, 10:30 PMcocoapods {
pod("MapLibre", "6.9.0")
}
but I keep getting this error:
Specs satisfying the MapLibre (= 6.9.0)
dependency were found, but they required a higher minimum deployment target.
does anyone know how to fix this? I can't see how to set minimum deploymenttapchicoma
05/15/2025, 8:00 AMAndrey Yastrebov
05/15/2025, 8:44 AMcocoapods {
ios.deploymentTarget = "16.6"
}
Kat Knight
05/15/2025, 2:38 PMKat Knight
05/15/2025, 2:40 PMException in thread "main" java.lang.Error: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.4.sdk/usr/include/c_standard_library.modulemap:317:8: error: module '_stddef' requires feature 'found_incompatible_headers__check_search_paths'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.4.sdk/usr/include/c_standard_library.modulemap:317:8: error: module '_stddef' requires feature 'found_incompatible_headers__check_search_paths'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.4.sdk/usr/include/c_standard_library.modulemap:317:8: error: module '_stddef' requires feature 'found_incompatible_headers__check_search_paths'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.4.sdk/usr/include/arm/_types.h:75:9: error: unknown type name 'ptrdiff_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.4.sdk/usr/include/arm/_types.h:85:9: error: unknown type name 'size_t'
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator18.4.sdk/usr/include/arm/_types.h:101:9: error: unknown type name 'wchar_t'
Andrey Yastrebov
05/15/2025, 2:40 PMKat Knight
05/15/2025, 2:57 PMld: warning: search path '/Users/katrinaknight/Projects/jetlag/JetLag Companion/shared/build/xcode-frameworks/Debug/iphoneos18.4' not found
ld: warning: Could not find or use auto-linked framework 'MapLibre': framework 'MapLibre' not found
ld: warning: Could not parse or use implicit file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SwiftUICore.framework/SwiftUICore.tbd': cannot link directly with 'SwiftUICore' because product being built is not an allowed client of it
Undefined symbols for architecture arm64:
"_MLNAltitudeForZoomLevel", referenced from:
_cocoapods_MapLibre_MLNAltitudeForZoomLevel_wrapper20 in ComposeApp[2808](libdev.sargunv.maplibre-compose:maplibre-compose-cinterop-MapLibre-cache.a.o)
"_MLNZoomLevelForAltitude", referenced from:
_cocoapods_MapLibre_MLNZoomLevelForAltitude_wrapper21 in ComposeApp[2808](libdev.sargunv.maplibre-compose:maplibre-compose-cinterop-MapLibre-cache.a.o)
"_OBJC_CLASS_$_MLNLoggingConfiguration", referenced from:
in ComposeApp[2816](libdev.sargunv.maplibre-compose:maplibre-compose-cache.a.o)
"_OBJC_CLASS_$_MLNMapCamera", referenced from:
in ComposeApp[2816](libdev.sargunv.maplibre-compose:maplibre-compose-cache.a.o)
"_OBJC_CLASS_$_MLNMapView", referenced from:
in ComposeApp[2816](libdev.sargunv.maplibre-compose:maplibre-compose-cache.a.o)
"_OBJC_CLASS_$_MLNSource", referenced from:
in ComposeApp[2816](libdev.sargunv.maplibre-compose:maplibre-compose-cache.a.o)
"_OBJC_CLASS_$_MLNStyleLayer", referenced from:
in ComposeApp[2816](libdev.sargunv.maplibre-compose:maplibre-compose-cache.a.o)
ld: symbol(s) not found for architecture arm64
Kat Knight
05/15/2025, 2:57 PMAndrey Yastrebov
05/15/2025, 3:04 PMKat Knight
05/15/2025, 3:07 PMAndrey Yastrebov
05/15/2025, 3:13 PMKat Knight
05/15/2025, 3:14 PMKat Knight
05/15/2025, 3:15 PMAndrey Yastrebov
05/15/2025, 3:15 PMKat Knight
05/15/2025, 4:26 PMKat Knight
05/15/2025, 4:26 PM