RubyMotion Build:错误!找不到名为`(?-mix:iOS Team Provisioning Profile)’的配置配置文件

前端之家收集整理的这篇文章主要介绍了RubyMotion Build:错误!找不到名为`(?-mix:iOS Team Provisioning Profile)’的配置配置文件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试构建一个简单的 RubyMotion应用程序,以便我可以在我的iPhone上传输.

我执行了rake build:device

Ankits-MacBook-Pro:hello ankitgupta$rake build:device
    Build ./build/iPhoneOS-6.0-Development
    Create ./build/iPhoneOS-6.0-Development/hello.app/embedded.mobileprovision
    ERROR! Can't find a provisioning profile named `(?-mix:iOS Team Provisioning Profile)'

关于这个错误的任何想法?

解决方法

根据RubyMotion论坛帖子由@RayHightower在这里:

https://groups.google.com/forum/?fromgroups=#!topic/rubymotion/Nvo8dH_8rkI

…你应该做这个:

In order to successfully run a RubyMotion app on a non-jailbroken
iPhone 3GS (via “rake device”) I had to:

  • Delete all of the expired provisioning profiles in the Mac OS X
    Keychain Access app. Yeah,my past is littered with many random
    experiments 原文链接:https://www.f2er.com/iOS/329574.html

猜你在找的iOS相关文章