Versions:
Meteor = 1.4.2
MacOS = 10.12
Xcode = 8.1
iOS simulator = 10.1
I’ve followed the Meteor todo app tutorial and when I execute meteor run ios
to run the app on the simulator, I am greeted with a message saying “The developer of this app needs to update it to improve compatibility”
This message seems to be related to build architectures - i.e. a 64-bit iPhone running a 32-bit app? Do I need to open the xcodeproj file and change any compiler / arch settings? It’s also possibly related to Swift version incompatibilities mentioned here: iOS 10 compatibility ?
Thanks in advanced for your help!