Libgdx 找不到匹配 '/(?i)iPhone Developer|iOS Development/' 的签名身份
Libgdx No signing identity found matching '/(?i)iPhone Developer|iOS Development/'
我会用 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.access00(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.access0(CompileDriver.java:88)
at com.intellij.compiler.impl.CompileDriver.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.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.run(ProgressManagerImpl.java:126)
at com.intellij.openapi.application.impl.ApplicationImpl.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.run(PooledThreadExecutor.java:56)
我在这里找到了解决方案:
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 点。新证书已经在那里了。
我会用 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.access00(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.access0(CompileDriver.java:88)
at com.intellij.compiler.impl.CompileDriver.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.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.run(ProgressManagerImpl.java:126)
at com.intellij.openapi.application.impl.ApplicationImpl.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.run(PooledThreadExecutor.java:56)
我在这里找到了解决方案: 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 点。新证书已经在那里了。