I am panic. I am new in programming and in iOS development. Tomorrow I plan to publish my app to the app store for my company. but this morning I update my iPhone to iOS 12.2, and I must update my Xcode to 10.2.1 in order to make Xcode can run my app on my real device.
but I get hundreds of warnings like the image below. Unfortunately I also stuck to downgrade my iOS on my iPhone to be back to 12.1.4. so it seems that I still have to use Xcode 10.2.1 and iOS 12.2 on my iPhone. there are more than 250 warnings on my Xcode:
even though almost all the warning are:
warning: public' modifier is redundant for instance method declared in a public extension
I can run my app without issue. but I choose not to fix the warning and leave the 'Conversion to Swift 5 is available' and also 'update to recommended settings'
because it will make error to my firebase Pod and I can't run my app. so my question is....
Can I still publish my app to app store and run without issue on the real device of the users ? because I choose not to fix the warning and leave the 'Conversion to Swift 5 is available' and also 'update to recommended settings' , but it still worked without issue on my simulator. I am worried apple will reject my app because I don't fix 'Conversion to Swift 5 is available' and also 'update to recommended settings' warning