【发布时间】:2014-08-25 05:24:31
【问题描述】:
我刚刚开始使用 osx,开始在我的 iphone 上进行本地部署。
我已经安装了 NPM,我可以毫无问题地创建项目,但是我无法部署到我的设备上。哦,我也安装了xcode。
Build settings from command line:
ARCHS = armv7 armv7s arm64
CONFIGURATION_BUILD_DIR = /Users/hutber/myapp/platforms/ios/build/device
SDKROOT = iphoneos7.1
VALID_ARCHS = armv7 armv7s arm64
Build settings from configuration file '/Users/hutber/myapp/platforms/ios/cordova/build.xcconfig':
CODE_SIGN_IDENTITY = iPhone Developer
=== BUILD TARGET CordovaLib OF PROJECT CordovaLib WITH CONFIGURATION Debug ===
Check dependencies
=== BUILD TARGET Sex Diaries OF PROJECT Sex Diaries WITH CONFIGURATION Debug ===
Check dependencies
Code Sign error: No matching codesigning identity found: No codesigning identities (i.e. certificate and private key pairs) matching “iPhone Developer” were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.1'
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
真的没有线索,我在文档中也找不到任何东西......
【问题讨论】: