thebergamo / react-native-fbsdk-next

MIT License
635 stars 165 forks source link

mismatch in swift version for expo SDK 49 #466

Closed z3hdro closed 6 months ago

z3hdro commented 7 months ago
Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2023-10-17 Π² 13 44 32 Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2023-10-18 Π² 13 06 33

πŸ› Bug Report

failing build through XCode

To Reproduce

Build through Xcode

Expected Behavior

Working build on simulator without errors

Code Example

export async function initFacebookSdk (): Promise<void> {
    await Settings.initializeSDK()
    const { granted } = await requestTrackingPermissionsAsync()
    if (granted) {
        await Settings.setAdvertiserTrackingEnabled(true)
    }
}

Environment

"react-native": "0.72.5",
"react": "18.2.0",
"react-native-fbsdk-next": "12.1.0",
"expo": "49.0.13",

UPD: ok, closing the issue, seems everything works fine. Cleared the cache through xCode -> Product -> Clear Build Folder. Rebuild successed and errors are gone.

z3hdro commented 6 months ago

UPD: ok, closing the issue, seems everything works fine. Cleared the cache through xCode -> Product -> Clear Build Folder. Rebuild successed and errors are gone.