0

The following symbol(s) do not seem to be interpreted successfully in Xcode5. In addition, I added each specific header to both the interface and implementation; after searching the location of each symbol, but it still singles them out as undefined after re-running my program. Any help is appreciated.

    distanceFilterDidChange:
    locationDidChange:
    mapView:didSelectAnnotationView:
    boundingMapRect:
  • Are you referencing the right SDK's. You may be adding them to your files but did you reference it within Xcode – logixologist Nov 04 '13 at 23:25
  • Thank you for responding, I'm very sorry, I don't believe I understand your question. I've referenced all libraries on both 'interface' and 'implementation' files; All SDK's were added previously. I was able to run the same script on the deprecated edition of Xcode, not so lucky after upgrading. Should I add all binaries again, or check that they have been added successfully? Thanks again. – cavalier_hacker Nov 04 '13 at 23:32
  • 2
    Did you include the acutal MapKit Library to your xcode project? You can well include all the headers of the world and the code will compile fine. But without the libraries included the linker cannot match the symbols to any pice of machine code. – Hermann Klecker Nov 04 '13 at 23:33
  • thats what I was trying to say @HermannKlecker – logixologist Nov 04 '13 at 23:34
  • Well, that was embarrassing ... As you guys had pointed out, the MapKit Framework was not Linked to the actual project! Thanks for helping me out. – cavalier_hacker Nov 04 '13 at 23:38
  • Where exactly did you add them? Including header files to both, interface and implementation (one of them would do anyway) is not what I am talking about. Did you add the library to your target's build phase? (Link Binaries with Libraries) – Hermann Klecker Nov 04 '13 at 23:38
  • All right. Glad you found it. Cheers – Hermann Klecker Nov 04 '13 at 23:39
  • Hey guys, I'm able to compile the source code, but it returns a 'black screen'. Everything runs smoothly, except for 'a few' warnings; Any ideas on what I might be doing wrong this time? – cavalier_hacker Nov 04 '13 at 23:45

0 Answers0