Mapbox strip-frameworks.sh: no such file or directory

I am trying to integrate mapbox sdk with xcode, I have completed the following steps:

[ https://www.mapbox.com/ios-sdk/#manual.BIZ[1]

and I got the following error:

bash: /Users/user/Library/Developer/Xcode/DerivedData/MapApp-fyrihrjtsamtymbsepguswqhltvs/Build/Products/Debug-iphonesimulator/MapApp.app/Frameworks/Mapbox.framework/strip-frameworks.sh: No such file or directory
+4
source share
3 answers

In Manual Installation docs, you must complete the next step to configure Xcode. Make sure you follow these steps.

  • Drag Mapbox.frameworkinto your projects. Nested Binaries sections in the project editor.
  • click the "+" button at the top and select "New Run Script Phase"

, , .

SDK Mapbox iOS, , ( ). , , , Xcode.

enter image description here

+3

, , Mapbox script.

" " Embed Framework, : Adjust phase order

+8

. Drag Embedded Frameworks script, .

+3

All Articles