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 Aug 8, 2023. It is now read-only.
This is a popular class to include in client apps. By including it in the libMapboxGL.a , but not including the header in the Headers directory prevents client app from using it. Also, if a client tries to include its own version of reachability, duplicate symbols build errors are the result.
The text was updated successfully, but these errors were encountered:
#759 renamed Mapbox GL’s copy of Reachability to MGLReachability, which allows the client to include their own version of Reachability without triggering duplicate symbol warnings. Reachability is a dependency of Mapbox GL but kind of out of scope for its public API.
This is a popular class to include in client apps. By including it in the libMapboxGL.a , but not including the header in the Headers directory prevents client app from using it. Also, if a client tries to include its own version of reachability, duplicate symbols build errors are the result.
The text was updated successfully, but these errors were encountered: