I am using scenekit and arkit to build an app. It seems that the ies type SCNLight has memory issue in XCode9 beta3. Even if the view controller is released, amounts of CGColor objects still stay in the memory. The CGColor objects are invoked by the method : SCNLight setIESProfileURL.
SCNLight IESProfileURL has Memory Leak in XCode9 beta3?
Add a Comment