-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'assertVersion' of undefined #263
Comments
Does it only appear when building IOS? What command do you use to built it? |
I'm encountering the same issue - I tried using meteor-desktop 2.0.0 & 2.2.5 and meteor version 1.8.3 & 1.9. I get the issue when running (both on iOS and Android) I'm curious why meteor-desktop is doing anything at all when I'm trying to run the mobile app? |
This is happening for me as well in my CI/CD on Github Actions - deploying only the web part of the application. This happens when running "meteor deploy". Here is the action's output:
dependencies:
devDependencies:
|
any fix for this issue? facing the same issue when updated to 2.2.5 |
in case this helps other people: make sure in
match the version of meteor-desktop for example
|
Hi! When I'm trying to build the ios bundle in Travis I'm getting this error:
meteor-desktop version is 2.2.4
meteor 1.8.1
P.S. works with the 2.0.0
The text was updated successfully, but these errors were encountered: