goSellSDK-iOS icon indicating copy to clipboard operation
goSellSDK-iOS copied to clipboard

Not compatible with XCode 26.0 - error: no such module 'Darwin.C.math'

Open Noitham opened this issue 3 months ago • 3 comments

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.

Noitham avatar Sep 18 '25 06:09 Noitham

Hello Team,

I am getting the same error

ankurbaranwal21 avatar Sep 18 '25 15:09 ankurbaranwal21

You should replace your imports with import Darwin

import Darwin

Image

k41ed avatar Oct 03 '25 10:10 k41ed

This is inside the SDK. So please update your sdk as well

ankurbaranwal21 avatar Oct 30 '25 05:10 ankurbaranwal21

Same issue, please fix it so we can use Xcode 26

virginiab10 avatar Nov 27 '25 18:11 virginiab10