Hi, I update my iOS app very rarely. Just tried to push a new version and got:
Asset validation failed
Missing Info.plist value. A value for the key “WKApplication”, or “WKWatchKitApp” if your project has a WatchKit App Extension target, is required in “xxx.app” bundle. For details, see:
(ID: 900c67fe-7183-4af0-a7ba-61faf7cd2156)
Has anyone seen this before, and know how to resolve it?
Are you opening the project in Xcode? If so, did you check any field indicating that your app also has a version for Apple Watch? Because this error indicates that files related to Apple Watch are missing.
Really appreciate you replying! I’m just using the Corona Simulator to build and use Transport to push it to the app store. I don’t know how to open it in XCode - any help appreciated
I managed to get the app built OK using Github actions. Maybe I had too new a version of Xcode? Thanks for your help, though @jdsmedeirosbr - I really appreciate it.