Update New Xcode 10 and iOS 12

Today i find my iphone get update iOS 12 and of course if you are developer, you can get the latest Xcode. Yes, Xcode 10 that you need to install to make your iphone can run on iOS 12.

You can find what's new in Xcode 10 here : https://developer.apple.com/xcode/whats-new/


Becareful i got errors when i tried to install xcode from App Store. The message says you need to have macOS version 10.13.6 or later. In my expierence i have encountered twice failed to install macOS and you can't enter your macOS screen. Fortunately i found the way to fix it. Here's the link https://www.youtube.com/watch?v=gheoy07XNEU


Finally i can update my MacOS to version 10.13.6 without problem. So next i install Xcode 10 and try to run it on my iPhone 6s device. Here's the screenshoots.



Wow new simulators iPhone XR, iPhone XS and iPhone XS Max.


Yes it works fine and i can run my project.


There's warning where you need to update your swift to Swift 4.2. I hope it works well in my all projects.


Now the library can be found on top right and you can see. it can be moved wherever you want it. It's good to minimize the space.

For iOS 12 you need to download approximately 1GB. When i finished to install iOS 12, i feel like my iPhone 6s works more faster than before. I haven't tried to do heavy things like games. But at glance it works good. I have captured the update after the iPhone finished installing.






I found new application that just installed in my iPhone 6s. That's Measure app where you can measure and level i still confuse how to use it but maybe something just like this. 



New view notification from iOS 12 it looks neater. you can check the notif before with clicking the notif and click show less to return.

If you have any question please feel free to ask.

Popular posts from this blog

How to restart the app with flutter Android and iOS

Missing system image Android Studio solution

How to have ConstraintLayout inside ScrollView and ScrollView inside ConstraintLayout Android