Skip to content

Update package file to enforce minimum supported os version #8

@NickTrienens2025

Description

@NickTrienens2025

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions