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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
use CocoaPods install SDK when i run on Xcode cash with log
dyld: Library not loaded: @rpath/MapboxMobileEvents.framework/MapboxMobileEvents
Referenced from: /private/var/containers/Bundle/Application/6C54BD76-3526-46E6-8CA2-5BD0CA03A849/Runner.app/Frameworks/Mapbox.framework/Mapbox
Reason: image not found
The text was updated successfully, but these errors were encountered:
CocoaPods: You now must include use frameworks! in your Podfile.
Carthage: Specify github "mapbox/mapbox-events-ios" == 0.10.2 in your Cartfile. Additionally, please note that if you are using --no-use-binaries, the MapboxMobileEvents.framework will still be installed as a dynamic framework.
Manual installation: New Github release artifact (mapbox-ios-sdk-5.6.0-beta.1-dynamic-with-events.zip) contains the MapboxMobileEvents.framework; please install this along with Mapbox.framework
I had to get the dynamic build from the release on Github and is is working now that I included both Frameworks. The website should use the new package now but has the old package without the events framework.
Hi @cocfident, as @abrahamhunt pointed out there have been some changes in the way the Mapbox Telemetry SDK is integrated with the Mapbox SDK. Since we are now consuming the Telemetry SDK as a dynamic framework, you will need to add use_frameworks! at the top of your Podfile.
use CocoaPods install SDK when i run on Xcode cash with log
dyld: Library not loaded: @rpath/MapboxMobileEvents.framework/MapboxMobileEvents
Referenced from: /private/var/containers/Bundle/Application/6C54BD76-3526-46E6-8CA2-5BD0CA03A849/Runner.app/Frameworks/Mapbox.framework/Mapbox
Reason: image not found
The text was updated successfully, but these errors were encountered: