When trying to run my game on iPad Pro Simulator I’m getting the following crash:
dyld: lazy symbol binding failed: Symbol not found: _UnityParseCommandLine
Referenced from: /Users/eduardocoelho/Library/Developer/CoreSimulator/Devices/4944B945-6DFA-4DF4-830C-6084EBB9F754/data/Containers/Bundle/Application/326A72B2-584D-4CFB-9E1C-2FFA283A9BA0/klondikesolitaire.app/klondikesolitaire
Expected in: flat namespace
dyld: Symbol not found: _UnityParseCommandLine
Referenced from: /Users/eduardocoelho/Library/Developer/CoreSimulator/Devices/4944B945-6DFA-4DF4-830C-6084EBB9F754/data/Containers/Bundle/Application/326A72B2-584D-4CFB-9E1C-2FFA283A9BA0/klondikesolitaire.app/klondikesolitaire
Expected in: flat namespace
The app runs normally on another simulators.
My config is as follows:
- Unity 5.2.2p1
- XCode 7.1 (7B91b)
- Base SDK: iOS 9.1
How can I run my game on iPad Pro Simulator?