【问题标题】:Libgdx No signing identity found matching '/(?i)iPhone Developer|iOS Development/'Libgdx 找不到与“/(?i)iPhone Developer|iOS Development/”匹配的签名身份
【发布时间】:2016-06-19 09:36:06
【问题描述】:

我将使用 Android libgdx 填充我正在使用的应用程序并使用 robovm 进行学习,但我无法识别证书。

正确下载了来自 xcode 首选项的证书,然后通常总是有效....我所做的,因为它更新过期,然后我用 xCode 重新下载。

有人知道如何解决吗?谢谢

    [ERROR] Couldn't compile app
java.lang.IllegalArgumentException: No signing identity found matching '/(?i)iPhone Developer|iOS Development/'
    at org.robovm.compiler.target.ios.SigningIdentity.find(SigningIdentity.java:69)
    at org.robovm.compiler.target.ios.AppleDeviceTarget.init(AppleDeviceTarget.java:1089)
    at org.robovm.compiler.config.Config.build(Config.java:938)
    at org.robovm.compiler.config.Config.access$5200(Config.java:94)
    at org.robovm.compiler.config.Config$Builder.build(Config.java:1606)
    at org.robovm.idea.compilation.RoboVmCompileTask.compileForRunConfiguration(RoboVmCompileTask.java:206)
    at org.robovm.idea.compilation.RoboVmCompileTask.execute(RoboVmCompileTask.java:73)
    at com.intellij.compiler.impl.CompileDriver.executeCompileTasks(CompileDriver.java:627)
    at com.intellij.compiler.impl.CompileDriver.access$400(CompileDriver.java:88)
    at com.intellij.compiler.impl.CompileDriver$3.run(CompileDriver.java:410)
    at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:203)
    at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:563)
    at com.intellij.openapi.progress.impl.CoreProgressManager$2.run(CoreProgressManager.java:152)
    at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:452)
    at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:402)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:137)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:126)
    at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:400)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at org.jetbrains.ide.PooledThreadExecutor$1$1.run(PooledThreadExecutor.java:56)

【问题讨论】:

    标签: android-studio deployment libgdx certificate robovm


    【解决方案1】:

    我在这里找到了解决方案: https://groups.google.com/forum/#!topic/robovm/yaeV-q2NgmY

    上面写着:

    1. Open up Keychain Access.
    2. Show expired certificates by going to View > Show Expired Certificates.
    3. Navigate to the System keychain and delete the expired WWDR Certificate.
    4. Download the new WWDR Certificate [here][1] and import it into your keychain.
    

    我不必执行第 4 点。新证书已经存在。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-11-03
      • 2022-01-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多