You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the demo app, but the build fails with info
Showing Recent Messages
/Users/..../MQSimpleiOSMap/Pods/MapQuestMaps/MapQuestMaps-3.4.1-1.3/Mapbox.framework/Headers/MGLOverlay.h:5:9: 'MGLGeometry.h' file not found
/Users/..../MQSimpleiOSMap/MQSimpleiOSMap/ViewController.swift:10:8: Could not build Objective-C module 'Mapbox'
I've tried to provide header files from MapBox project directly,
after that linker complained about not beeing able to found MapBox.framework as a whole.
Can you please help me with this one?
Thank you.
.m
The text was updated successfully, but these errors were encountered:
It seems like cocoapod related files are stale. Could you try deleting MQSimpleiOSMap.xcworkspace, Podfile.lock, Pods folder and running pod install again.
I am trying to run the demo app, but the build fails with info
I've tried to provide header files from MapBox project directly,
after that linker complained about not beeing able to found
MapBox.framework
as a whole.Can you please help me with this one?
Thank you.
.m
The text was updated successfully, but these errors were encountered: