Skip to content

Cannot build the app after upgrading to XCode 16 and iOS 18 #195

Description

@gwainor

I am getting the following error no matter what I do.

The following build commands failed:
        CompileC /Users/goztrk/Library/Developer/Xcode/DerivedData/XXXXXXXX-clbdxyckzfygztcrdcuzvetcyamw/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RollbarCrash.build/Objects-normal/arm64/RollbarCrashMachineContext.o /Users/goztrk/Code/XXXX/expo/ios/Pods/RollbarCrash/RollbarNotifier/Sources/RollbarCrash/Util/RollbarCrashMachineContext.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RollbarCrash' from project 'Pods')
        Building workspace XXXXXXXXX with scheme XXXXXXXXX and configuration Debug
(2 failures)

I updated the rollbar-react-native to https://github.com/rollbar/rollbar-react-native/releases/tag/v1.0.0-beta.3 but did not help.

Here is my configuration in the app.config.ts file:

    [
        'expo-build-properties',
        {
            ios: {
                deploymentTarget: '14.0',
                // TODO: rollbar-react-native is not working right now,
                // uncomment following code when it is fixed
                useFrameworks: 'static',
                extraPods: [
                    {
                        name: 'RollbarReactNative',
                        podspec:
                            '../node_modules/rollbar-react-native/RollbarReactNative.podspec',
                    },
                    {
                        name: 'RollbarReport',
                        modular_headers: true,
                    },
                    {
                        name: 'RollbarCrash',
                        modular_headers: true,
                    },
                ],
            },
        },
    ],

Using Expo 51

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions