AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Disable gathering code coverage #198

Closed bvirlet closed 6 years ago

bvirlet commented 6 years ago

This causes issues whenn linking as a static library using Carthage:

Undefined symbols for architecture x86_64:
  "___llvm_profile_runtime", referenced from:
      ___llvm_profile_runtime_user in Dip(Utils.o)
      ___llvm_profile_runtime_user in Dip(Definition.o)
      ___llvm_profile_runtime_user in Dip(ComponentScope.o)
      ___llvm_profile_runtime_user in Dip(AutoWiring.o)
      ___llvm_profile_runtime_user in Dip(Dip.o)
      ___llvm_profile_runtime_user in Dip(Register.o)
      ___llvm_profile_runtime_user in Dip(Resolve.o)