NativeScriptを初めて使用していて、初めてのアプリを作ったばかりです。私のアプリは本当のiPhoneでテストする必要があります。しかし、私はシミュレータではなく、実際のiPhoneでテストする方法を知らない。私はappbuilderのドキュメントを見てみましたが、iPhone上でそれをテストする方法を理解できません。私はiPhoneが差し込まれていた間、私はtns run ios
を使用しようとしましたが、私はこれを取得:実際のiPhoneでNativeScriptアプリケーションをテストする方法
=== BUILD TARGET LOKale OF PROJECT LOKale WITH CONFIGURATION Debug ===
Check dependencies
Signing for "LOKale" requires a development team. Select a development team in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
Command xcodebuild failed with exit code 65
# run ios
私はちょうどiPhone上でそれを実行できない理由はわかりません。誰かが本当のiPhoneでそれをテストする方法や私が間違っていることを教えてもらえますか?前もって感謝します!
これをご覧くださいhttp://stackoverflow.com/questions/39524148/requires-開発チームチーム選択の開発チームのプロジェクトのエディタのcod –
そしてこれはhttp://stackoverflow.com/questions/37806538 –
@ YuchenZhongこれらは有用な、ありがとう! – HittmanA