GGFullscreenImageViewController icon indicating copy to clipboard operation
GGFullscreenImageViewController copied to clipboard

Fix build fail & all warnings on Xcode 7+

Open DaniArnaout opened this issue 9 years ago • 0 comments

The project didn't build when attempting to compile it on Xcode 7.3.1. This was caused by the deprecated OCTest that was replaced by XCTest. Xcode automatically suggested migrating to XCTest and that fixed the build fail issue. Moreover, there was 3 warnings that got fixed.

DaniArnaout avatar Jul 04 '16 19:07 DaniArnaout