olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
797 stars 225 forks source link

Archive project for TestFlight #131

Closed Octavian-tech closed 3 years ago

Octavian-tech commented 3 years ago

Hi, I have a problem, the application works normally when I give it a simple run but when I try to archive it, I get this problem 'module arkit_plugin not found', someone encountered this problem?

MinhCuongIT commented 3 years ago

Did you solve this problem?

Octavian-tech commented 3 years ago

Yes, the problem was in Xcode, you need to change type of architecture from armv7 to arm64 because AR suports just arm64 this type of architecture

MinhCuongIT commented 3 years ago

Thanks for your help!