Search Unity

ARKit framework integration error

Discussion in 'AR' started by viktor_chernikov, Jan 17, 2019.

  1. viktor_chernikov

    viktor_chernikov

    Joined:
    Oct 8, 2018
    Posts:
    10
    I think there's a regression error slipped into one of ARFoundation plugins releases. Namely, from some moment it started to add ARKit.framework as a required, not optional. This prevents builds with ARFoundation to run on iOS versions prior to 11.

    Currently I'm working around this by removing and then adding this framework back with weak option set to true in my project postprocessor. Please fix.