Post

Replies

Boosts

Views

Activity

Reply to TMS-90398: Invalid WatchKit Support for ipa built & submitted with XCode 14 rc1
I finally got this fixed and build was accepted by TestFlight. Turned out it's the VALID_ARCHS settings. If I remember correctly it was carried over from Xcode 11 to 12, that the VALID_ARCHS in Build Settings ended up under User_Defined. All I needed to do was to change this setting to $(ARCHS_STANDARD) in both WatchApp and Watch Extension. Before the change I couldn't even build it onto Watch Simulator, showing the error in Xcode console: WatchKit 1 apps aren't supported on this version of watchOS. Quitting "(null)". This was fixed as well.
Topic: App & System Services SubTopic: General Tags:
Oct ’22
Reply to Urgent: new build for TestFlight could not install
We are having the same issue! No one in the team can install beta version now.
Replies
Boosts
Views
Activity
Oct ’25
Reply to SwiftUI context menu crash on iOS 14.x
Have you found a solution? I just came across exactly the same issue! It looks like a bug of SwiftUI as it's just a lazyHGrid in ScrollView!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to TMS-90398: Invalid WatchKit Support for ipa built & submitted with XCode 14 rc1
I finally got this fixed and build was accepted by TestFlight. Turned out it's the VALID_ARCHS settings. If I remember correctly it was carried over from Xcode 11 to 12, that the VALID_ARCHS in Build Settings ended up under User_Defined. All I needed to do was to change this setting to $(ARCHS_STANDARD) in both WatchApp and Watch Extension. Before the change I couldn't even build it onto Watch Simulator, showing the error in Xcode console: WatchKit 1 apps aren't supported on this version of watchOS. Quitting "(null)". This was fixed as well.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to TMS-90398: Invalid WatchKit Support for ipa built & submitted with XCode 14 rc1
@DominikPich have you found a solution? We are facing the same issue with Xcode 14.0 (14A309). This is a pretty old project and watch App has been there for years. No problem with Xcode 13.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22