Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't exclude arm64 architecture in the SDK #9

Open
albertolobohasten opened this issue Sep 28, 2023 · 1 comment
Open

Don't exclude arm64 architecture in the SDK #9

albertolobohasten opened this issue Sep 28, 2023 · 1 comment

Comments

@albertolobohasten
Copy link

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

@AmitaiB
Copy link
Contributor

AmitaiB commented Oct 12, 2023

@albertolobohasten Looking into this, thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants