-
Notifications
You must be signed in to change notification settings - Fork 2
Description
iOS-TicketmasterSDK/Package.swift
Line 9 in 5c2b9b1
| platforms: [ |
It seems like the library really only supports iOS 16.4+
Though maybe only iOS 16.6?
(built for iOS-sim 16.6 which is newer than running OS)
We are getting a instant crash at startup on 16.0 - 16.3 devices that matches the use of ScrollBounceBehavior.basedOnSize which is only available on 16.4+.
Using TicketmasterSDK 1.17.0
Please use swifts if #available(iOS 16.4, *) { conditionals or bump the minimum supported os version
dyld[62602]: Symbol not found: _$s7SwiftUI20ScrollBounceBehaviorV11basedOnSizeACvgZ
Referenced from: <8BE5DA3A-A811-374F-B3F5-BFB76EA3824E> DerivedData/Build/Products/Debug-iphonesimulator/TicketmasterTickets.framework/TicketmasterTickets (built for iOS-sim 16.6 which is newer than running OS)
Expected in: <60DE498D-ECA7-3DDA-940D-F18F7994D103> /Library/Developer/CoreSimulator/Volumes/iOS_20A360/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 16.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SwiftUI.framework/SwiftUI
Symbol not found: _$s7SwiftUI20ScrollBounceBehaviorV11basedOnSizeACvgZ
Referenced from: <8BE5DA3A-A811-374F-B3F5-BFB76EA3824E> DerivedData/Build/Products/Debug-iphonesimulator/TicketmasterTickets.framework/TicketmasterTickets (built for iOS-sim 16.6 which is newer than running OS)
Expected in: <60DE498D-ECA7-3DDA-940D-F18F7994D103> /Library/Developer/CoreSimulator/Volumes/iOS_20A360/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 16.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SwiftUI.framework/SwiftUI
dyld config: DYLD_SHARED_CACHE_DIR=/Library/Developer/CoreSimulator/Caches/dyld/24G231/com.apple.CoreSimulator.SimRuntime.iOS-16-0.20A360/ DYLD_ROOT_PATH=/Library/Developer/CoreSimulator/Volumes/iOS_20A360/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 16.0.simruntime/Contents/Resources/RuntimeRoot DYLD_LIBRARY_PATH= DerivedData/Build/Products/Debug-watchsimulator: DerivedData/Build/Products/Debug-iphonesimulator:/Library/Developer/CoreSimulator/Volumes/iOS_20A360/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 16.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Library/Developer/CoreSimulator/Volumes/iOS_20A360/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 16.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libBacktraceRecording.dylib:/Library/Developer/CoreSimulator/Volumes/iOS_20A360/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 16.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMainThreadChecker.dylib:/usr/lib/libRPAC.dylib:/Library/Developer/CoreSimulator/Volumes/iOS_20A360/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS