2017-10-03 3 views
0

初めてMeteorアプリケーションのモバイル版をビルドしようとしています。私はmeteor run iosを実行しようとすると、私は次のエラーを取得する"meteor run ios"の実行中のエラー

https://guide.meteor.com/mobile.html

meteor run ios 
[[[[[ ~/github/bowfolios/bowfolios/app ]]]]] 

=> Started proxy.        
=> Started MongoDB.       
WARNING: Attempting to install plugin [email protected], but it should have a minimum version of 2.2.3 to ensure 
     compatibility with the current platform versions. Installing the minimum version for convenience, but you should adjust 
     your dependencies. 
WARNING: Attempting to install plugin [email protected], but it should have a minimum version of 4.0.3 to ensure 
     compatibility with the current platform versions. Installing the minimum version for convenience, but you should adjust 
     your dependencies. 
W20171002-16:00:12.543(-10)? (STDERR) Note: you are using a pure-JavaScript implementation of bcrypt. 
W20171002-16:00:12.641(-10)? (STDERR) While this implementation will work correctly, it is known to be 
W20171002-16:00:12.642(-10)? (STDERR) approximately three times slower than the native implementation. 
W20171002-16:00:12.644(-10)? (STDERR) In order to use the native implementation instead, run 
W20171002-16:00:12.646(-10)? (STDERR)   
W20171002-16:00:12.648(-10)? (STDERR) meteor npm install --save bcrypt 
W20171002-16:00:12.651(-10)? (STDERR)   
W20171002-16:00:12.652(-10)? (STDERR) in the root directory of your application. 
=> Started your app.       

=> App running at: http://localhost:3000/  
=> Errors executing Cordova commands:   

    While running Cordova app for platform iOS with options --emulator: 
    Error: Command failed:      
    /Users/philipjohnson/github/bowfolios/bowfolios/app/.meteor/local/cordova-build/platforms/ios/cordova/run --emulator 
    Device type "com.apple.CoreSimulator.SimDeviceType.undefined" could not be found. 
    at ChildProcess.exitCallback (/tools/utils/processes.js:151:23) 
    at emitTwo (events.js:87:13) 
    at ChildProcess.emit (events.js:172:7) 
    at Process.ChildProcess._handle.onexit (internal/child_process.js:211:12) 
    => awaited here: 
    at Function.Promise.await 
    (/Users/philipjohnson/.meteor/packages/less/.2.7.9.1fv9ffj++os+web.browser+web.cordova/plugin.compileLessBatch.os/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:35:12) 
    at CordovaProject.runCommands (/tools/cordova/project.js:715:22) 
    at CordovaProject.run$ (/tools/cordova/project.js:261:10) 
    at tryCatch 
    (/Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:63:40) 
    at GeneratorFunctionPrototype.invoke [as _invoke] 
    (/Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:337:22) 
    at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] 
    (/Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:96:21) 
    at tryCatch 
    (/Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:63:40) 
    at invoke 
    (/Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:139:20) 
    at 
    /Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:184:11 
    at callInvokeWithMethodAndArg 
    (/Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:183:16) 
    at AsyncIterator.enqueue 
    (/Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:206:13) 
    at AsyncIterator.prototype.(anonymous function) [as next] 
    (/Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:96:21) 
    at Object.runtime.async 
    (/Users/philipjohnson/.meteor/packages/meteor-tool/.1.5.2_1.tt3xct++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/regenerator-runtime/runtime.js:226:14) 
    at 
    /Users/philipjohnson/.meteor/packages/less/.2.7.9.1fv9ffj++os+web.browser+web.cordova/plugin.compileLessBatch.os/npm/node_modules/meteor/promise/node_modules/meteor-promise/fiber_pool.js:32:39 

/Users/philipjohnson/.meteor/packages/less/.2.7.9.1fv9ffj++os+web.browser+web.cordova/plugin.compileLessBatch.os/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:190 
     throw error; 
    ^
undefined 
=> awaited here: 
    at Function.Promise.await (/Users/philipjohnson/.meteor/packages/less/.2.7.9.1fv9ffj++os+web.browser+web.cordova/plugin.compileLessBatch.os/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:35:12) 
    at /tools/cordova/runner.js:98:17 
    at /tools/utils/buildmessage.js:271:13 
    at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14) 
    at /tools/utils/buildmessage.js:264:29 
    at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14) 
    at /tools/utils/buildmessage.js:262:18 
    at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14) 
    at /tools/utils/buildmessage.js:253:23 
    at [object Object]._.extend.withValue (/tools/utils/fiber-helpers.js:89:14) 
    at Object.capture (/tools/utils/buildmessage.js:252:19) 
    at CordovaRunner.startRunTargets (/tools/cordova/runner.js:97:37) 
    at [object Object]._.extend._runOnce (/tools/runners/run-app.js:772:21) 
    at [object Object]._.extend._fiber (/tools/runners/run-app.js:885:28) 
    at /tools/runners/run-app.js:412:1234: 

私はMacOSの10.12.6で流星1.5.2.1を実行しています私はの手順に従っててります。

提案がありますか?ありがとう!

+1

あなたはXcodeのをインストールしました:今日、私は解像度が発見されましたか? https://guide.meteor.com/mobile.html#installing-prerequisites-ios – ghybs

+0

はい: [〜] - > gcc --version で設定されています: - 接頭辞= /アプリケーション/ Xcode.app /目次/ Developer - usr --with-gxx- include-dir =/usr/include/C++/4.2.1 Apple LLVMバージョン9.0.0(clang-900.0.37) 対象:x86_64-apple-darwin16.7.0 スレッドモデル:posix InstalledDir:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin –

答えて

関連する問題