Posts

Post not yet marked as solved
15 Replies
To be clear I agree that OpenGL is old and there are newer options. Still, if you want your C code to work on iOS/android/mac/windows with little modifications, still OpenGL is the way to go. I actually wrote such code that its used on a iOS app and Android app, and I am using the same code for a level editor that is running on mac and windows(some of our content editors don't have MACs). A lot of people ignore the fact that if you want to go for a multi platform approach, developing separate graphic pipelines would incur great costs. In my case I would have needed to write the same code 3 times in different APIs(I suppose Metal on iOS and Mac is about the same). Maintaining that separate pipelines would also be challenging incurring more costs. Still if you are just starting your multi platform approach, I would suggest to have a look at the 3D engines already available, for example Unity or Unreal engine(those 2 have some licensing costs but I think it's worth it). Those engines usually handle the graphics API stuff and you don't have to worry about OpenGL/Metal/Vulkan/Direct API etc. and you don't have to worry about Apple removing OpenGL because they will handle this(to be fair they are probably already using Metal).
Post not yet marked as solved
50 Replies
Come on Apple stop wasting your developer's time. This is not the first Xcode update I have this issue just fix this please.
Post marked as solved
20 Replies
Same issue as this one: https://forums.developer.apple.com/thread/125287If you run on iOS 13.2 simulator it won't crash but I try a older IOS Simulator like 11.4 it will crash as above (Xcode 11.2).No problems with Xcode 11.1 other than debuging wont work with iOS 13.2 devices.
Post marked as solved
51 Replies
You better wait on the update if your project has any UITextView in the storyboard.You application will crash on older devices as soon as the controler displaying UITextView appears on the device.See https://forums.developer.apple.com/thread/125287
Post marked as solved
94 Replies
This is not related to Swift. I am not using any Swift and it still crashes in the same way.Time to go back to Xcode 11.1 and wait for 11.2.1