Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI build error #8

Open
ykws opened this issue Oct 14, 2018 · 3 comments
Open

Travis CI build error #8

ykws opened this issue Oct 14, 2018 · 3 comments
Assignees
Labels

Comments

@ykws
Copy link
Owner

ykws commented Oct 14, 2018

0.01sWARNING: Using Objective-C testing without specifying a scheme and either a workspace or a project is deprecated.
0.01s  Check out our documentation for more information: http://about.travis-ci.org/docs/user/languages/objective-c/
/Users/travis/.travis/job_stages: line 973: shell_session_update: command not found
@ykws ykws added the bug label Oct 14, 2018
@ykws ykws self-assigned this Oct 14, 2018
@ykws
Copy link
Owner Author

ykws commented Oct 14, 2018

Travis CI has no longer supported Xcode8.3

https://docs.travis-ci.com/user/languages/objective-c/#supported-xcode-versions

@ykws ykws closed this as completed in 190eb51 Oct 14, 2018
@ykws ykws reopened this Oct 14, 2018
@ykws
Copy link
Owner Author

ykws commented Oct 14, 2018

0.01sWARNING: Using Objective-C testing without specifying a scheme and either a workspace or a project is deprecated.
0.01s  Check out our documentation for more information: http://about.travis-ci.org/docs/user/languages/objective-c/

@ykws ykws closed this as completed in dbb46e9 Oct 15, 2018
ykws added a commit that referenced this issue Oct 15, 2018
If you are using a workspace instead of a project,
use the xcode_workspace key in your .travis.yml instead of xcode_project.

https://docs.travis-ci.com/user/languages/objective-c/#default-test-script

fixes #8
@ykws
Copy link
Owner Author

ykws commented Oct 15, 2018

$ set -o pipefail && xcodebuild -workspace yomblr.xcworkspace -scheme yomblr build test | xcpretty
❌  error: No profile for team 'NYT8BVWJBJ' matching 'yomblr Development' found: Xcode couldn't find any provisioning profiles matching 'NYT8BVWJBJ/yomblr Development'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor. (in target 'yomblr')
** BUILD FAILED **
❌  error: No profile for team 'NYT8BVWJBJ' matching 'yomblr Development' found: Xcode couldn't find any provisioning profiles matching 'NYT8BVWJBJ/yomblr Development'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor. (in target 'yomblr')
❌  error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "NYT8BVWJBJ" with a private key was found. (in target 'yomblrTests')
2018-10-15 01:16:47.672 xcodebuild[2241:7209]  DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks_Fall2018/IDEFrameworks-14320.25/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:1050
Details:  log recorder was sent -stopRecordingWithInfo:completionBlock: after it had already been asked to stop recording.
Object:   <IDEActivityLogSectionRecorder: 0x7fe0c2df47a0>
Method:   -stopRecordingWithInfo:completionBlock:
Thread:   <NSThread: 0x7fe0c2f85d50>{number = 15, name = (null)}
Please file a bug at https://bugreport.apple.com with this warning message and any useful information you can provide.
Testing failed:
	No profile for team 'NYT8BVWJBJ' matching 'yomblr Development' found: Xcode couldn't find any provisioning profiles matching 'NYT8BVWJBJ/yomblr Development'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor. (in target 'yomblr')
	No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "NYT8BVWJBJ" with a private key was found. (in target 'yomblrTests')
	Testing cancelled because the build failed.
** TEST FAILED **
The command "set -o pipefail && xcodebuild -workspace yomblr.xcworkspace -scheme yomblr build test | xcpretty" exited with 65.
Done. Your build exited with 1.

@ykws ykws reopened this Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant