Skip to content
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

Can't load models on IOS #103

Open
Hethix opened this issue Jul 24, 2020 · 0 comments
Open

Can't load models on IOS #103

Hethix opened this issue Jul 24, 2020 · 0 comments

Comments

@Hethix
Copy link

Hethix commented Jul 24, 2020

In a simple function to add a model when tapping on the plane detected, I get an error saying "Error: COLLADA files are not supported on this platform." The model is a .dae. Also tried to convert it to .usdz without luck. Tried several other files including this https://www.dropbox.com/s/u0tifsdbzwrt0e1/ARKit.zip?dl=0&file_subpath=%2FARKit which should work since I tried to import it into a new Xcode AR project and it loads just fine.

Which platform(s) does your issue occur on?

We are testing on Iphone X devices.

Please, provide the following version numbers that your issue occurs with:

  • CLI: 6.7.8
  • Cross-platform modules: 6.5.5
  • Runtime(s): (look for the "tns-android" and "tns-ios" properties in the package.json file of your project)
  • Plugin(s):
    "dependencies": {
    "@nstudio/nativescript-loading-indicator": "^3.0.4",
    "@vue/devtools": "^5.0.6",
    "nativescript-ar": "^1.1.0",
    "nativescript-barcodescanner": "^3.4.2",
    "nativescript-exoplayer": "^4.0.2",
    "nativescript-socketio": "^3.2.1",
    "nativescript-toasty": "^1.3.0",
    "nativescript-vue": "^2.4.0",
    "nativescript-vue-devtools": "^1.2.0",
    "tns-core-modules": "^6.0.0",
    "vuex": "^3.1.1"
    },
    "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@vue/cli-plugin-eslint": "^4.0.5",
    "@vue/eslint-config-prettier": "^5.0.0",
    "babel-loader": "^8.0.2",
    "nativescript-dev-webpack": "^1.0.0",
    "nativescript-vue-template-compiler": "^2.0.0",
    "nativescript-worker-loader": "~0.9.0",
    "node-sass": "^4.9.2",
    "sass-resources-loader": "^2.0.3",
    "vue-loader": "^15.4.0"
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant