我在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)
我该如何修复此警告?
我正在尝试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) 我正在试图弄清楚如何statusbar
在应用程序在后台的同时实现带有文本通知的横幅.
很像Runkeeper,而活跃和应用程序在后台:
这是旗帜吗?我可以找到的只是应用程序位于前台的广告横幅.
我是否需要自定义StatusBar
并添加额外的视图StatusBar
以显示自定义文本?
是否可以定制UILocalNotification
连续显示?