4

I am just trying to install mapBox in my project, and I'm getting this error:

dyld: Library not loaded: @rpath/MapboxMobileEvents.framework/MapboxMobileEvents Referenced from: /Users/digitalgravity/Library/Developer/CoreSimulator/Devices/D6A86A86-478C-4988-9BFF-1A0DA6B05566/data/Containers/Bundle/Application/049C7FB8-4B79-4428-8AF7-6D9D1FF2846B/ADFD.app/Frameworks/Mapbox.framework/Mapbox Reason: image not found

Kishan Bhatiya
  • 2,175
  • 8
  • 14
Mohammad Azhar
  • 71
  • 1
  • 10

1 Answers1

0

This usually means that you did not add Mapbox framework to Framework, Libraries and Embedded Content correctly or your Pods were not linked properly (depending on react-native version you are using)

This was asked and answered already so check OS X Framework Library not loaded: 'Image not found'

idomaz14
  • 1
  • 1