ILGeoNames icon indicating copy to clipboard operation
ILGeoNames copied to clipboard

Using Xcode 4.4 the test target fails with missing profile_rf lib

Open thomaschristensen opened this issue 12 years ago • 1 comments

Could libprofile_rt be broken again in XCode 4.4? I keep getting "ld: library not found for -lprofile_rt" when running the test in this sample project. I'm on Mountain Lion with Xcode 4.4.1 and IOS SDK 5.1 ILGeoNames as of 1st of sept. 2012.

thomaschristensen avatar Sep 01 '12 08:09 thomaschristensen

I haven't been actively maintaining ILGeoNames for some time now due to other projects but I would presume that this problem is not only related to to Xcode 4.4 but have most likely been present since Xcode 4.2 when Apple switched to LLVM. The reason it haven't been brought to my attention can most likely be credited to very few people actually running the unit tests.

There should be a fairly easy workaround for the problem which I have described in my blog: http://www.infinite-loop.dk/blog/2011/12/code-coverage-with-xcode-4-2/

I'll try to incorporate the changes into the project files, but I can not give you any ETA for the time being.

InfiniteLoopDK avatar Sep 06 '12 08:09 InfiniteLoopDK