问题标签 [greenhouseci]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1868 浏览

ios - 设置 GreenhouseCI 时出现“配置文件与开发人员证书不匹配”错误

尝试在 GreenhouseCI 中设置新应用程序并在尝试输入配置文件和证书文件时遇到错误。错误指出:

配置文件与开发人员证书不匹配

我导出了我的私有开发者密钥,并从 Apple 开发者门户下载了移动配置文件。但是当我尝试保存时,出现以下错误:

温室CI截图

0 投票
1 回答
94 浏览

ios - 为什么我的 SwiftR 框架代码在使用 GreenhouseCI 构建时会失败?

我正在尝试使用此处提供的 SwiftR 框架来实现SignalR。该框架已成功集成到 iPad App 中。但是,当我将代码签入到我在 GitHub 上的私有存储库中时,温室 CI 启动并且构建失败。CI 无法找到 SwiftR 引用。

错误 1:使用未声明的类型 'Hub'

代码:var hub:集线器!(问题以粗体表示)

错误 2:“SignalR”不可用:找不到此类的 Swift 声明

代码:var hubConnection:SignalR!(问题以粗体表示)

错误 3:“SwiftR”不可用:找不到此类的 Swift 声明

代码: hubConnection = SwiftR .connect (URL) { [weak self] connection in} (问题陈述用粗体表示)

该代码在我的本地机器上构建良好,该机器运行针对 iOS 8.4 及更高版本的 Xcode 7.3.1。CI 环境也在运行 Xcode 7.3.1。但是,CI 构建失败并出现上述错误。

0 投票
0 回答
8 浏览

api - What is the Endpoint URL in Webhook for?

I'm using Greenhouse + Fivetran's webhook feature for instant access to API content from Greenhouse. What I don't understand is, if I have my own website and URL and want to receive API, can I not rely on a third-party service like Fivetran? If yes, what should I fill in the Endpoint URL? Are there any ready-made examples that I can learn from?