Saturday, October 5, 2013

Cannot compile when including Google Analytics

The linker complains it can't find the following:
  • _llvm_gcda_emit_arcs
  • _llvm_gcda_emit_function
  • _llvm_gcda_end_file
  • _llvm_gcda_increment_indirect_counter
  • _llvm_gcda_start_file


  • Under the target build setting (be sure to select all)
    Set:
    • Apple LLVM complier
      • Instrument Program Flow: YES
      • Generate Test Coverage Files: YES

    http://stackoverflow.com/questions/12670204/ios-code-coverage-broken-in-xcode-4-5

    No comments:

    Post a Comment