Sunday, March 6, 2016

XCode error when trying to run Unity3D app

Leave a Comment

I am trying to run my iOS app that I developed in Unity on XCode but I am getting this error:

dyld: Symbol not found: _gEnableStylusTouch Referenced from: /Users//Library/Developer/CoreSimulator/Devices/91CAEC4E-6706-4B87-AA7A-323CB629C56E/data/Containers/Bundle/Application/E591C7A6-EA53-470E-BDF0-8CF2C3DDF686/dsapp.app/dsapp Expected in: flat namespace in /Users//Library/Developer/CoreSimulator/Devices/91CAEC4E-6706-4B87-AA7A-323CB629C56E/data/Containers/Bundle/Application/E591C7A6-EA53-470E-BDF0-8CF2C3DDF686/dsapp.app/dsapp

This is only happening when I am running on the iPhone6 simulator. It works on all the simulators before iPhone6.

Here are some details of my environment:

Unity3D version: 5.3.3f1

XCode version: 7.2.1

Does anyone know how I can get rid of this error, I have read other related questions that say this problem has to do with linked frameworks and libraries but I am still unsure of how I can solve this issue. Any help is appreciated.


Added screenshots below.

enter image description here


enter image description here

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment