I am trying to remove and delete the Mapbox Framework added through Carthage which was crashing.
I followed these instructions.
After doing all of the above, however and searching for carthage in Find as instructed, I found the following reference in Targets BuildSettings All:
FRAMEWORK_SEARCH_PATHS = $(inherited) $(PROJECT_DIR) $(PROJECT_DIR)/Carthage/Build/iOS
In Targets, Build Settings All under Framework Search Paths, I see the attached image and if I hover over the three references, the top one, the debug and release, it shows the above code.
My question is what exactly do I delete? Do I delete all three entries here, Framework Search Paths, Debug and Release? The lines or values in the boxes?
I am very unfamiliar with these settings and don't want to mess anything up. Thanks for any suggestions.