CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
326 stars 242 forks source link

Ios issue #163

Open ramyajaganathan opened 1 year ago

ramyajaganathan commented 1 year ago

Hi, I am trying to run this program. In Android, it's working well and fine. But in Ios the object is not showing, it just shows the camera is on. The following is the error in got in Xcode:

[SceneKit] Error: missing value for attachment "alpha cutoff" [vertex: -1 fragment: 14] The operation couldn’t be completed. (NSURLErrorDomain error -1100.)

[Session] ARSession <0x103dbcb40>: ARSessionDelegate is retaining 11 ARFrames. This can lead to future camera frames being dropped.

can anybody help me, please?

giovannicampagnolo commented 1 year ago

i have the same error