小编Dor*_*oro的帖子

我该如何修复此警告:CoreSimulator正在尝试卸载过时的CoreSimulatorService作业

我在teamcity的构建日志中有一个警告.我已经将我的CI-Server上的Xcode从7.3.1更新到8.步骤成功运行但我有:

[Step 3/3] Starting: /Users/teamcity/local/teamcity-build-agent/temp/agentTmp/custom_scriptxxxxxxx
[Step 3/3] in directory: /Users/teamcity/local/teamcity-build-agent/work/yyyy
[Step 3/3] 2016-10-11 09:04:41.706 xcodebuild[18180:5010256] CoreSimulator is attempting to unload a stale CoreSimulatorService job.  Detected Xcode.app relocation or CoreSimulatorService version change.  Framework path (/Applications/Xcodes/Xcode_8.0.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework) and version (303.8) does not match existing job path (/Applications/Xcodes/Xcode-7.3.1.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc) and version (209.19).
[Step 3/3] 2016-10-11 09:04:41.961 xcodebuild[18180:5010256] Failed to locate a valid instance of CoreSimulatorService in the bootstrap.  Adding it now.
Run Code Online (Sandbox Code Playgroud)

我该如何修复此警告?

teamcity continuous-integration xcodebuild xcode8

21
推荐指数
1
解决办法
6978
查看次数

Hyperledger Composer v0.16.0网络启动错误

我正在尝试Hyperledger Composer v0.16.0.根据这个过程,我想在云上部署BNA到Fabric网络.但发生以下错误.请告诉我如何解决它.

命令:

composer network start --card PeerAdmin@myfabric --networkAdmin admin --networkAdminEnrollSecret adminpw --archiveFile trade-network.bna --file networkadmin.card
Run Code Online (Sandbox Code Playgroud)

结果:

tarting business network from archive: trade-network.bna
Business network definition:
    Identifier: trade-network@0.1.13
    Description: Commodities Trading Business Network

Processing these Network Admins: 
    userName: admin

? Starting business network definition. This may take a minute...
Error: Error trying to instantiate composer runtime. Error: No valid responses from any peers.
Response from attempted peer comms was an error: Error: chaincode error (status: 500, message: …
Run Code Online (Sandbox Code Playgroud)

hyperledger-fabric hyperledger-composer

7
推荐指数
1
解决办法
9409
查看次数

应用程序处于后台时,状态栏下方的IOS文本

我正在试图弄清楚如何statusbar在应用程序在后台的同时实现带有文本通知的横幅.

很像Runkeeper,而活跃和应用程序在后台:

在此输入图像描述

这是旗帜吗?我可以找到的只是应用程序位于前台的广告横幅.

我是否需要自定义StatusBar并添加额外的视图StatusBar以显示自定义文本?

是否可以定制UILocalNotification连续显示?

notifications objective-c banner statusbar ios

1
推荐指数
1
解决办法
693
查看次数