我正在尝试构建一个简单的
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