Xcode/iOS xctest - Build input file cannot be found
up vote
1
down vote
favorite
I created the first unit test target in our iOS
application by simply clicking through the plus icon inside the test tab on the left navigator.
(The target to be tested is set to the main application)
The unit test target created itself successfully but when I try to run the pre-generated tests, it outputs an error message. The error message displays that the build input file cannot be found. More specifically, the file /Plugins/XXXTests.xctest/XXXTests
cannot be found. I double checked and in fact that file is not in that directory.
While I could not find anything similar to this problem, I tried everything that was close to it but nothing seemed to fix problem.
Any help would be greatly appreciated!
ios iphone swift xcode xctest
add a comment |
up vote
1
down vote
favorite
I created the first unit test target in our iOS
application by simply clicking through the plus icon inside the test tab on the left navigator.
(The target to be tested is set to the main application)
The unit test target created itself successfully but when I try to run the pre-generated tests, it outputs an error message. The error message displays that the build input file cannot be found. More specifically, the file /Plugins/XXXTests.xctest/XXXTests
cannot be found. I double checked and in fact that file is not in that directory.
While I could not find anything similar to this problem, I tried everything that was close to it but nothing seemed to fix problem.
Any help would be greatly appreciated!
ios iphone swift xcode xctest
This looks like some sort of issue with the build system. Try going into File -> Workspace Settings and changing the Build System.
– Jon Reid
Nov 12 at 19:26
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I created the first unit test target in our iOS
application by simply clicking through the plus icon inside the test tab on the left navigator.
(The target to be tested is set to the main application)
The unit test target created itself successfully but when I try to run the pre-generated tests, it outputs an error message. The error message displays that the build input file cannot be found. More specifically, the file /Plugins/XXXTests.xctest/XXXTests
cannot be found. I double checked and in fact that file is not in that directory.
While I could not find anything similar to this problem, I tried everything that was close to it but nothing seemed to fix problem.
Any help would be greatly appreciated!
ios iphone swift xcode xctest
I created the first unit test target in our iOS
application by simply clicking through the plus icon inside the test tab on the left navigator.
(The target to be tested is set to the main application)
The unit test target created itself successfully but when I try to run the pre-generated tests, it outputs an error message. The error message displays that the build input file cannot be found. More specifically, the file /Plugins/XXXTests.xctest/XXXTests
cannot be found. I double checked and in fact that file is not in that directory.
While I could not find anything similar to this problem, I tried everything that was close to it but nothing seemed to fix problem.
Any help would be greatly appreciated!
ios iphone swift xcode xctest
ios iphone swift xcode xctest
edited Nov 8 at 19:05
Jon Reid
15.6k24878
15.6k24878
asked Nov 8 at 18:21
Mansoor Shah Said
65
65
This looks like some sort of issue with the build system. Try going into File -> Workspace Settings and changing the Build System.
– Jon Reid
Nov 12 at 19:26
add a comment |
This looks like some sort of issue with the build system. Try going into File -> Workspace Settings and changing the Build System.
– Jon Reid
Nov 12 at 19:26
This looks like some sort of issue with the build system. Try going into File -> Workspace Settings and changing the Build System.
– Jon Reid
Nov 12 at 19:26
This looks like some sort of issue with the build system. Try going into File -> Workspace Settings and changing the Build System.
– Jon Reid
Nov 12 at 19:26
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53213903%2fxcode-ios-xctest-build-input-file-cannot-be-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This looks like some sort of issue with the build system. Try going into File -> Workspace Settings and changing the Build System.
– Jon Reid
Nov 12 at 19:26