You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2018. It is now read-only.
I don't recall these in earlier versions of Xcode but I haven't used Kiwi-KIF in a while. These are warnings in my test target, not Kiwi-KIF itself, as I have those warnings ignored by CocoaPods.
KIF currently produces the following warnings in my project in Xcode 5.1.
/Users/jshier/Desktop/app/AppUITests/AppLoginUITest.m:11:1: warning: declaration shadows a local variable [-Wshadow]
KIF_SPEC_BEGIN(VelvetLoginUITest)
^
In file included from /Users/jshier/Desktop/app/AppUITests/AppLoginUITest.m:9:
/Users/jshier/Desktop/velvet-ios/Pods/Headers/Kiwi-KIF/Kiwi+KIF.h:32:29: note: expanded from macro 'KIF_SPEC_BEGIN'
Class self = actorSelf;
^
note: previous declaration is here
/Users/jshier/Desktop/app/AppUITests/AppLoginUITest.m:11:1: warning: unused variable 'self' [-Wunused-variable]
In file included from /Users/jshier/Desktop/apps/AppUITests/AppLoginUITest.m:9:
/Users/jshier/Desktop/app/Pods/Headers/Kiwi-KIF/Kiwi+KIF.h:32:29: note: expanded from macro 'KIF_SPEC_BEGIN'
Class self = actorSelf; \
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't recall these in earlier versions of Xcode but I haven't used Kiwi-KIF in a while. These are warnings in my test target, not Kiwi-KIF itself, as I have those warnings ignored by CocoaPods.
KIF currently produces the following warnings in my project in Xcode 5.1.
/Users/jshier/Desktop/app/AppUITests/AppLoginUITest.m:11:1: warning: declaration shadows a local variable [-Wshadow]
KIF_SPEC_BEGIN(VelvetLoginUITest)
^
In file included from /Users/jshier/Desktop/app/AppUITests/AppLoginUITest.m:9:
/Users/jshier/Desktop/velvet-ios/Pods/Headers/Kiwi-KIF/Kiwi+KIF.h:32:29: note: expanded from macro 'KIF_SPEC_BEGIN'
Class self = actorSelf;
^
note: previous declaration is here
/Users/jshier/Desktop/app/AppUITests/AppLoginUITest.m:11:1: warning: unused variable 'self' [-Wunused-variable]
In file included from /Users/jshier/Desktop/apps/AppUITests/AppLoginUITest.m:9:
/Users/jshier/Desktop/app/Pods/Headers/Kiwi-KIF/Kiwi+KIF.h:32:29: note: expanded from macro 'KIF_SPEC_BEGIN'
Class self = actorSelf; \
The text was updated successfully, but these errors were encountered: