BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.85k stars 605 forks source link

SimpleMovieFilter app crashes in XCode 10 #282

Open pawelnathan opened 5 years ago

pawelnathan commented 5 years ago

Fixed the issue by adding missing constraints to the renderView in the storyboard and by moving some code near the crash to the main thread (when accessing self.layer). Hope this is of some help to anybody

1510207073 commented 5 years ago

@pawelnathan work,thanks