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
If you are integrating Mapbox SDK using XCFrameworks, you might experience the following issue:
While we are working on the new release that will address the code signing issue, here is the workaround:
Open the folder containing all XCFramework bundles
Run terminal command codesign --remove-signature --deep MapboxCommon.xcframework MapboxCoreMaps.xcframework MapboxMaps.xcframework.
This command will clear out all codesign metadata.