0

I have upgraded xcode to 9, now my project using mapbox has the compiler error as mentioned in the title.

I have installed mapbox as embedded binary and using Carthage without any success :-/

Versions:

  1. Xcode 9.0.1
  2. Mapbox 3.6.4
  3. Swift 3.2
Michel Löhr
  • 1,009
  • 11
  • 15

1 Answers1

1

Ok fixed it editing the Framework search path as discussed here Xcode is .... :-/

Michel Löhr
  • 1,009
  • 11
  • 15
  • NOTE ON THE FIX: $(SRCROOT) only worked for me when I added it to the Framework Search Path FOR THE PODS PROJECT – addzo Dec 01 '17 at 20:04