我在发送ios调试或应用商店构建时遇到问题。
根据日志,我的构建大小为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)
答案 0 :(得分:0)
您用光了建造学分。当您发送大量占用更多构建信用的iOS构建时,就会发生这种情况。
使用免费版本,您每月只能获得100个构建点数。请注意,您可以通过推荐您的朋友或您被朋友推荐来增加以下限制。参见此article for details。
1个信用== 1个构建
iOS除外,其8个积分== 1可抵消Mac服务器的较高费用。
请参阅:https://help.codenameone.com/en-us/article/is-codename-one-free-slkwhu/