[EAS iOS build] xcodebuild Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition

Hey,

I get xcodebuild Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition error during fast lane step in EAS iOS build.

“expo”: “~48.0.11”
eas-cli - latest

I found out that if I’m removing

[
        '@stripe/stripe-react-native',
        {
          merchantIdentifier: process.env.STRIPE_MERCHANT_ID,
          enableGooglePay: true,
        },
      ],

from app.config.ts, then it’s ok
android build is ok

I would appreciate any help, thanks!

Resolved my problem with solution from here Fastlane and EAS deploy to production error when adding Stripe - #4 by adriaanbalt

1 Like