-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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' }

