watchapp

Adding a watch app to a Flutter iOS application

北城余情 提交于 2019-12-30 06:29:23
问题 I have come across an issue when trying to create a Flutter iOS app with a watch app extension. For testing I have simply created a default Flutter app using flutter create watchapp When this is run I get the standard demo Flutter app. If I then open the ios/Runner.xcworkspace project in Xcode and add a new target to the project (File->New->Target) and selecting watchOS->Watchkit App it will generate the watch app. The problem I have come across is when running the app again (with flutter run

Binary Rejection - Invalid Watchkit Support

拥有回忆 提交于 2019-12-30 02:24:27
问题 We develop Watchkit app about 1.5 month, and we used Xcode 6.2 beta2,beta4, Xcode 6.3 beta to develop before and now use Xcode 6.2 (6c131e) to develop We use Xcode 6.2 (6c131e) to archive our project , and use Application loader to submit our app. And then we received the rejection: "The bundle contains an invalid implementation of WatchKit. The app may have been build or signed with non-compliant or pre-release tools. Visit developer.apple.com for more information. " anyone help me , thx.

Adding a watch app to a Flutter iOS application

≯℡__Kan透↙ 提交于 2019-11-30 21:29:10
I have come across an issue when trying to create a Flutter iOS app with a watch app extension. For testing I have simply created a default Flutter app using flutter create watchapp When this is run I get the standard demo Flutter app. If I then open the ios/Runner.xcworkspace project in Xcode and add a new target to the project (File->New->Target) and selecting watchOS->Watchkit App it will generate the watch app. The problem I have come across is when running the app again (with flutter run) I get the following error. Xcode build done. 1.2s Failed to build iOS app Error output from Xcode