nativescript-ar icon indicating copy to clipboard operation
nativescript-ar copied to clipboard

Can't load models on IOS

Open Hethix opened this issue 5 years ago • 0 comments

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" }

Hethix avatar Jul 24 '20 13:07 Hethix