Meteor를 처음 사용했습니다.iOS 디바이스에서 Meteor를 실행할 수 없습니다.
내 앱이 브라우저와 iOS 시뮬레이터에서 제대로 실행됩니다. 그러나 iOS 기기에서 실행할 수는 없습니다. 나는 명령을 사용합니다 - 유성 iOS 장치를 실행하십시오. Xcode를 열어서 앱을 실행할 수 있습니다. Xcode가 열리지 않고 다음 메시지가 나타납니다. Xcode에서 프로젝트를 열 수 없습니다.
다음은 터미널에서 더 많은 것입니다.
%% Running synchronously: /Users/NAME/.meteor/packages/meteor-tool/.1.0.35.wql4jh++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/tools/cordova-scripts/cordova.sh [ '--verbose', 'build', 'ios' ]
%% Done building the cordova build project
%% A run on a device requested
WARNING: You are testing your app on a remote device.
For the mobile app to be able to connect to the local server, make
sure your device is on the same network, and that the network
configuration allows clients to talk to each other
(no client isolation).
[[[[[ ~/Google Drive/Meteor-Apps/APPNAME ]]]]]
=> Started proxy.
=> Started MongoDB.
%% Execing cordova for platform ios-device
%% isDevice: true
%% It is ios-device, just opening the Xcode project with `open` command
%% Running synchronously: sh [ '-c',
'open /Users/NAME/Google Drive/Meteor-Apps/APPNAME/.meteor/local/cordova-build/platforms/ios/*.xcodeproj' ]
Could not open your project in Xcode.
확실한 질문 : 스포트라이트 메뉴에서 수동으로 xcode를 열 수 있습니까? – imslavko
예. Xcode가 잘 열립니다. 저는 Xcode Version 6.1과 Meteor 1.0을 사용하고 있습니다. – rmilky
Meteor에서 생성 한 XCode 프로젝트를 수동으로 열 수 있습니까? '/ Users/NAME/Google Drive/Meteor-Apps/APPNAME/.meteor/local/cordova-build/platforms/ios /'안에있는 파일? – imslavko