Codenameone 为什么我不能发送调试或appstore生成?

Codenameone 为什么我不能发送调试或appstore生成?,codenameone,Codenameone,发送ios调试或appstore生成时遇到问题 根据日志,我的构建大小是86kb。据我所知,日志没有显示有用的内容。我还能在哪里找到信息 日志如下: jar: clean-override: build-for-ios-device: Prompting for password Building for username: christoforos@e-logism.gr Checking provisioning profile for type iphone Your build size

发送ios调试或appstore生成时遇到问题

根据日志,我的构建大小是86kb。据我所知,日志没有显示有用的内容。我还能在哪里找到信息

日志如下:

jar:
clean-override:
build-for-ios-device:
Prompting for password
Building for username: christoforos@e-logism.gr
Checking provisioning profile for type iphone
Your build size is: 82kb
Sending build request to the server, notice that the build might take a while to complete!
Sending build to account: christoforos@e-logism.gr
Response message from server is: null
Server provided no further details
java.io.IOException: An upload error occured - check that you have enough build credits on the server
    at com.codename1.build.client.BuildProcess.sendS3Build(BuildProcess.java:424)
    at com.codename1.build.client.BuildProcess.sendRequestToServer(BuildProcess.java:445)
    at com.codename1.build.client.CodeNameOneBuildTask.execute(CodeNameOneBuildTask.java:505)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
    at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:435)
    at org.apache.tools.ant.Target.performTasks(Target.java:456)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1376)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:286)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:555)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
/home/User/NetBeansProjects/eiep/build.xml:96: Error in server build process
BUILD FAILED (total time: 10 seconds)

你的建筑学分用完了。当您发送大量占用更多构建积分的iOS构建时,就会发生这种情况

在免费版本中,您每月最多只能获得100个构建积分。请注意,您可以通过推荐您的朋友或朋友推荐您来增加以下限制。看这个

1学分==1构建

除了iOS,其中8个积分=1个构建,以抵消Mac服务器的较高成本


请参阅:

java.io.IOException:发生上载错误-检查服务器上是否有足够的生成信用。你确认你是否有足够的建造积分了吗?对不起,我不知道这是什么意思。