urbanairship / ios-library

Urban Airship iOS SDK
http://urbanairship.com
Apache License 2.0
478 stars 265 forks source link

Don't exclude arm64 architecture in the SDK #384

Closed cristianeydev closed 9 months ago

cristianeydev commented 9 months ago

Preliminary Info

What Airship dependencies are you using?

pod 'AirshipServiceExtension', '~> 17.1.3'

Report

What unexpected behavior are you seeing?

Unsupport for arm64 architecture

What is the expected behavior?

Support for arm64 architecture

We need a version of the SDK supporting this:

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"

rlepinski commented 9 months ago

I don not believe we are excluding any architectures in the pod spec - https://github.com/urbanairship/ios-library/blob/17.1.3/AirshipServiceExtension.podspec

cristianeydev commented 9 months ago

Now it's not failing, I close MR until I can get a trace of the error.