首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >CodeName One server错误:注册"<AppName>“需要开发团队。在项目编辑器中选择一个开发团队

CodeName One server错误:注册"<AppName>“需要开发团队。在项目编辑器中选择一个开发团队
EN

Stack Overflow用户
提问于 2018-01-18 03:01:27
回答 2查看 307关注 0票数 1

我正在尝试提交一个构建到CodeName One的服务器上,但我得到了以下错误:

代码语言:javascript
运行
复制
=== BUILD TARGET <> OF PROJECT <> WITH CONFIGURATION Release ===

Check dependencies
Code Signing Error: Signing for "<AppName>" requires a development team. Select a development team in the project editor.
warning: skipping file '/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build2312703286849472619xxx/dist/<>-src/<>-Prefix.pch' (unexpected file type 'sourcecode.c.objc.preprocessed' in Frameworks & Libraries build phase)
warning: skipping file '/var/folders/p7/d3z112yd0156kxkm2p21p8ym0000gn/T/build2312703286849472619xxx/dist/<>-src/<>-Info.plist' (unexpected file type 'text.plist.xml' in Frameworks & Libraries build phase)
Warning: The Link Binary With Libraries build phase contains this target's Info.plist file '<>-src/<>-Info.plist'.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'

** ARCHIVE FAILED **

The following build commands failed:
    Check dependencies
(1 failure)
Failed xcodebuild step

代码在本地构建得很好;当它提交到远程构建服务器时就会出现错误。关于这个xcodebuild问题,我已经看到了几个问题,但没有一个是针对CodeName One的。(我假设CodeName One在构建服务器时使用xcode。)如何从CodeName One NetBeans插件中选择开发团队?

我使用了CodeName One向导来生成ios证书;不确定这是否会有所不同。

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2018-02-02 06:49:56

在查看了构建错误日志后,Shai能够识别出问题。xcode版本已设置为9.2,而不是7.3。通过将codenameone_settings.properties文件中的codename1.arg.ios.xcode_version变量的值从9.2更改为7.3,构建成功完成。

票数 0
EN

Stack Overflow用户

发布于 2018-01-18 12:58:58

这是大学还是企业iOS开发人员帐户?如果是这样的话,您需要进入Codename One Settings中的iOS签名部分,并配置正确的选项。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/48308188

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档