Skip to content

Don't exclude arm64 architecture in the SDKΒ #9

@albertolobohasten

Description

@albertolobohasten

We need a version of the SDK supporting this for several reasons:

  • Apple is marking this like an important point from a long time ago
    https://developer.apple.com/documentation/technotes/tn3117-resolving-build-errors-for-apple-silicon/
    "Important Always contact the library vendor to request an updated library supporting the simulator on Apple silicon. Modifications to the EXCLUDED_ARCHS build setting for a simulator SDK are not a replacement for getting an updated library, and should only be used while waiting for the vendor to make an updated library available"

  • With Xcode 15 the previews are not working if we have the JWPlayerKit SDK in our project. The root cause of problem is this config:
    s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
    s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

Feedback_apple_excluded_archs
Feedback_apple1_xcode15

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