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
This is not required since the frameworks do not contain anymore that slices, and it can create issues with Cocoapods when having other xcframework with similar (but different values)
The text was updated successfully, but these errors were encountered:
adellibovi
changed the title
1.3.1 the published RiskifiedBeaconXCFramework.podspec contains EXCLUDED_ARCHS
1.3.1 the published RiskifiedBeaconXCFramework.podspec should not contain EXCLUDED_ARCHS
Jun 3, 2022
As @adellibovi referred, you don't include the slice i386 in the xcframework anymore, it's 32bits, so it's not a problem
This clashes with other libs that have exclusions, where cocoapods state that:
[!] Can’t merge user_target_xcconfig for pod targets: [“RiskifiedBeaconXCFramework”, “AnotherRandomLib”]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
Hello, while the podspec included in this repo is correct, the one published is different and it includes:
This is not required since the frameworks do not contain anymore that slices, and it can create issues with Cocoapods when having other xcframework with similar (but different values)
The text was updated successfully, but these errors were encountered: