Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Warnings in Xcode 5.1 #7

Open
jshier opened this issue Mar 19, 2014 · 0 comments
Open

Warnings in Xcode 5.1 #7

jshier opened this issue Mar 19, 2014 · 0 comments

Comments

@jshier
Copy link

jshier commented Mar 19, 2014

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; \

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant