goSellSDK-iOS
goSellSDK-iOS copied to clipboard
Not compatible with XCode 26.0 - error: no such module 'Darwin.C.math'
Hello guys,
I've tried building my app which uses TAP payments, and after upadting XCode to the latest 26.0 version, I see this error when trying to build.
EmitSwiftModule normal x86_64 (in target 'TapAdditionsKitV2' from project 'Pods')
cd .../ios/Pods
...ios/Pods/TapAdditionsKitV2/TapAdditionsKitV2/TapAdditionsKitV2/CoreGraphics/CGPoint+Additions.swift:9:14: error: no such module 'Darwin.C.math'
import func Darwin.C.math.atan
^
FYI -
"@tap-payments/apple-pay-rn": "1.0.31",
"@tap-payments/gosell-sdk-react-native": "2.3.63",
Please, we need this library to be updated to be compatible.
Hello Team,
I am getting the same error
You should replace your imports with import Darwin
import Darwin
This is inside the SDK. So please update your sdk as well
Same issue, please fix it so we can use Xcode 26