Avatar
As for needing -fprofile-instr-generate, IIRC we disabled code coverage because of App Store submission issue. Though apparently Carthage 0.26 has formally addressed the issue. Perhaps we can now reenable it.
4:29 AM
I've been scratching my head all day as to why our new Carthage static libs setup works great for all our dependencies except Reactive(ObjC|Swift|Cocoa). For these frameworks, when I try to...
4:29 AM
記事から参照されている、ReactiveSwiftの事例に関しては、有効にして配布していたけどやっぱやめた、って話のようですね。
4:34 AM
$ lipo -extract x86_64 FirebaseCore -output FirebaseCoreX64 $ nm -a FirebaseCoreX64 | grep -i llvm ダウンロードしたFirebaseCoreには含まれてなさそう。