Hiện tại nếu project của bạn đang dùng static library (có thiết lập thuộc tính "Build Active Architecture Only" là YES) thì bạn chắc chắn sẽ không dùng được cơ chế generate code coverage của XCode 7.
Nguồn tham khảo:
- https://forums.developer.apple.com/thread/5925
- https://github.com/CocoaPods/CocoaPods/issues/3706
Những thuộc tính (Generate Legacy Test Coverage Files, Instrument Program Flow) để là YES hay NO không ảnh hưởng đến việc generate code coverage trên XCode 7:
Hiện tại mình đang thử tìm cách hướng giải quyết. Khi nào có mình sẽ update tài liệu này sau.
- https://forums.developer.apple.com/thread/5925
- https://github.com/CocoaPods/CocoaPods/issues/3706
Comments
Post a Comment