- Home /
Running on simulator gives "No matching function" error in xcode
Hello, I recently finished a mobile game and managed to build it and get it running on my phone through Xcode. But now I have to get screenshots and previews to put on the App Store, and the internet says to use Xcode simulators for that. However, whenever I try to run the App on a simulator, I get an error saying:
/Classes/UnityAppController.mm:534:13: No matching function for call to 'objc_msgSend
.
I'm assuming there is something wrong with one of my settings or something? Any help is greatly appreciated.
Your answer
Follow this Question
Related Questions
Xcode error dyld: symbol not found: _glbeginquery 0 Answers
Xcode Error when uploading unity game "Shell Script Invocation Error" 0 Answers
Unity 2018 is not adding bundle identifier in Xcode Build Settings 1 Answer
SIGABRT error when trying to run on device 2 Answers
Would Xcode work properly with unity if i got the apple developer account ? 1 Answer