Include ARKit in the build?

My iOS app uses AR (Expo AR) … it works OK when I use Expo mobile app, but when I generate the IPA file through Expo Build Service (expo build:ios) and use it with TestFlight it doesn’t work … the problem is captured with this code on AR.js : ExponentAR.isSupported

The comments on the code are // ARKit is included in the build, so I think I should include ARKit when building (generating IPA file) but I don’t know how.

Any help please ?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.