Skip to content

ios build fails on v1.23.7 - RN >=0.78.0 - new architecture disabled #5499

@angelica-snowit

Description

@angelica-snowit

Summary

Same issue described here: #5400 (comment)

I just updated from version 1.20.1 to 1.23.7 (a minor release, so it should just work as before), and I am suddenly getting: [!] No podspec found for react-native-google-maps in ../node_modules/react-native-maps running pod install.

Podfile contains (as before the upgrade):

rn_maps_path = '../node_modules/react-native-maps'
pod 'react-native-google-maps', :path => rn_maps_path

RN version: 0.78.0
New architecture obviously disabled (mainly because of this library).

Reproducible sample code

<MapView />

Steps to reproduce

Use se the provided /example project:
RCT_NEW_ARCH_ENABLED=0 pod install in /ios
XCode build

Expected result

iOS build succed

Actual result

iOS build fails with error: [!] No podspec found for react-native-google-maps in ../node_modules/react-native-maps running pod install.

React Native Maps Version

1.23.7

What platforms are you seeing the problem on?

iOS (Google Maps)

React Native Version

0.78.0

What version of Expo are you using?

Not using Expo

Device(s)

iOS simulator

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions