SetAppThreadPriority: setpriority failed with error 45
multithreading, xcode
Solution
I am new to Xcode so perhaps this is expected behavior, but i found that i get this error if i have the GameScene.Swift file selected in the project navigator when i run the simulation. But if i have the top level folder selected it runs fine without this error. By selected, i just mean clicked on so it's highlighted..
Other suggestions did not solve it for me.
Problem
Hello I have an issue with my app: ``` SetAppThreadPriority: setpriority failed with error 45 ``` I am using Xcode 6 and I am not sure if this is the issue.