0xPolygonID/polygonid-flutter-sdk

Could not build the precompiled application for the device.

Closed this issue · 4 comments

Error (Xcode): ../../../../../.pub-cache/git/polygonid-flutter-sdk-4ea531794579669c70d08ddf724543c468fbda0c/lib/sdk/di/injector.dart:29:8: Error: Error when reading '../../../../../.pub-cache/git/polygonid-flutter-sdk-4ea531794579669c70d08ddf724543c468fbda0c/lib/sdk/di/injector.config.dart': No such file or directory

generated files also need to be added. otherwise, we cannot use it as a package..

Hi @bibash28 !
Can you try to run flutter packages pub run build_runner build to see if it generates them?
Meanwhile, we will add them again

We just pushed again the generated files, fixed if you pull

Hi @bibash28 ! Can you try to run flutter packages pub run build_runner build to see if it generates them? Meanwhile, we will add them again

yes.. I was using it..