ykws / yomblr

:iphone: Minimum Tumblr Client for iOS
https://itunes.apple.com/us/app/yomblr/id1259790615?mt=8
MIT License
2 stars 3 forks source link

Travis CI build error #8

Open ykws opened 6 years ago

ykws commented 6 years ago
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 commented 6 years ago

Travis CI has no longer supported Xcode8.3

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

ykws commented 6 years ago
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 commented 6 years ago
$ 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.