You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' }
The text was updated successfully, but these errors were encountered:
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' }
The text was updated successfully, but these errors were encountered: