Undefined Symbols For Architecture X86_64: · Issue #4238 - GitHub

Skip to content Dismiss alert {{ message }} / react-native-maps Public
  • Uh oh!

    There was an error while loading. Please reload this page.

  • Notifications You must be signed in to change notification settings
  • Fork 5k
  • Star 15.9k
  • Code
  • Issues 51
  • Pull requests 28
  • Discussions
  • Actions
  • Projects
  • Security
  • Insights
Additional navigation options Undefined symbols for architecture x86_64: #4238New issueNew issueClosedClosedUndefined symbols for architecture x86_64:#4238LabelsbugSomething isn't working@chetanparmar95

Description

@chetanparmar95chetanparmar95opened on May 14, 2022Bug report

Summary

After installation when I run the iOS project from xcode, it gives following error Undefined symbols for architecture x86_64: "_CTRadioAccessTechnologyNRNSA", referenced from: ___GMSCellNetworkTypeForRadioType_block_invoke in GoogleMaps "_CTRadioAccessTechnologyNR", referenced from: ___GMSCellNetworkTypeForRadioType_block_invoke in GoogleMaps ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Environment info

react-native info output:

react-native: 0.68.1 react: 17.0.2 react-native-maps: 0.31.1 Target Platform: eg: iOS(GoogleMap) - 14 Simulator/iPhone 11 pro max

Steps to reproduce

  1. Installing the specified version
  2. Add following in pod file
pod 'react-native-maps', :path => '../node_modules/react-native-maps' rn_maps_path = '../node_modules/react-native-maps' pod 'react-native-google-maps', :path => rn_maps_path pod 'GoogleMaps'
  1. Run the project from xcode

Describe what you expected to happen:

  1. Build the project successfully

Describe what actually happens:

  1. Failed with errors

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

You can’t perform that action at this time.

Tag » Architecture X86_64