I would like the first time for Meteor Mobile
.
I base on Meteor 1.8x
I follow instruction like this
- meteor create mobile-test
- meteor // run testing, it work fine
- meteor add-platform ios // (sudo gem install cocoapods, Enabling Xcode command line tools) it work fine
- meteor run ios
Get error
App running at: http://localhost:3000/
Building for iPhone X Simulatorr \
Building project: /Volumes/DATA/MeteorApp/mobile/.meteor/local/cordova-build/platforms/ios/mobile.xcworkspace
Configuration: Debug
Platform: emulator
Build settings from command line: -
CONFIGURATION_BUILD_DIR = /Volumes/DATA/MeteorApp/mobile/.meteor/local/cordova-build/platforms/ios/build/emulator
SDKROOT = iphonesimulator12.1
SHARED_PRECOMPS_DIR = /Volumes/DATA/MeteorApp/mobile/.meteor/local/cordova-build/platforms/ios/build/sharedpch
Build settings from configuration file '/Volumes/DATA/MeteorApp/mobile/.meteor/local/cordova-build/platforms/ios/cordova/build-debug.xcconfig':
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
CODE_SIGN_ENTITLEMENTS = $(PROJECT_DIR)/$(PROJECT_NAME)/Entitlements-$(CONFIGURATION).plist
CODE_SIGN_IDENTITY = iPhone Developer
ENABLE_BITCODE = NO
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/lib/include" "$(OBJROOT)/UninstalledProducts/include" "$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include" "$(BUILT_PRODUCTS_DIR)"
OTHER_LDFLAGS = -ObjC
SWIFT_OBJC_BRIDGING_HEADER = $(PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h
No target specified for emulator. Deploying to iPhone-X, 12.1 simulator
/Volumes/DATA/MeteorApp/mobile/.meteor/local/cordova-build/platforms/ios/build/emulator/mobile.app/Info.plist file not found.
=> Errors executing Cordova commands:
While running Cordova app for platform iOS with options --emulator:
Error: Command failed: /Volumes/DATA/MeteorApp/mobile/.meteor/local/cordova-build/platforms/ios/cordova/run --emulator
at ChildProcess.exitCallback (/tools/utils/processes.js:151:23)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
=> awaited here:
at Function.Promise.await
(/Users/theara/.meteor/packages/meteor-tool/.1.8.0_2.aqjyd9.5i10o++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:56:12)
at CordovaProject.runCommands (/tools/cordova/project.js:805:14)
at Promise.asyncApply (/tools/cordova/project.js:276:10)
at
/Users/theara/.meteor/packages/meteor-tool/.1.8.0_2.aqjyd9.5i10o++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/fiber_pool.js:43:40
/Users/theara/.meteor/packages/meteor-tool/.1.8.0_2.aqjyd9.5i10o++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
throw error;
^
undefined
=> awaited here:
at Function.Promise.await (/Users/theara/.meteor/packages/meteor-tool/.1.8.0_2.aqjyd9.5i10o++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:56:12)
at Promise.asyncApply (/tools/cordova/run-targets.js:35:7)
at /Users/theara/.meteor/packages/meteor-tool/.1.8.0_2.aqjyd9.5i10o++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/fiber_pool.js:43:40
=> awaited here:
at Function.Promise.await (/Users/theara/.meteor/packages/meteor-tool/.1.8.0_2.aqjyd9.5i10o++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:56:12)
at buildmessage.capture (/tools/cordova/runner.js:98:9)
at Object.capture (/tools/utils/buildmessage.js:283:5)
at CordovaRunner.startRunTargets (/tools/cordova/runner.js:97:37)
at AppRunner._runOnce (/tools/runners/run-app.js:754:21)
at AppRunner._fiber (/tools/runners/run-app.js:908:28)
at /tools/runners/run-app.js:398:12
Please help me