xcode10.1
Xcode keeps showing:-1: SWIFT_VERSION ‘5.0’ is unsupported, supported versions are: 3.0, 4.0, 4.2.Any solution?
Change the podfile swift version like for any pod if you are getting this error like Select pods of your project After then you follow the steps as described in the image and change the swift version for the pod
Xcode arm64 Vs arm64e
The arm64e architecture is used on the A12 chipset, which is added in the latest 2018 iPhone models (XS/XS Max/XR). The code compiles to ARMv8.3, which brings support for new features. Namely: Pointer authentication Nested virtualization Advanced SIMD complex number support Improved Javascript data type conversion support A change to the memory consistency model ID … Read more