bahadir arslan

Results 38 comments of bahadir arslan

Here is a workaround that I found. I am currently running via XCode or Cursor SweetPad then attaching Flutter Debug Process to use Hot Restart or Hot Releoad. Not very...

> Here is a workaround that I found. I am currently running via XCode or Cursor SweetPad then attaching Flutter Debug Process to use Hot Restart or Hot Releoad. >...

> I was able to solve this problem in a new project by deleting the target and then adding it again. However, in my current project, it is very time-consuming...

> I figured it out! We need to set the property `WKCompanionAppBundleIdentifier` to the bundle id (of the iOS app, not the watch app) inside the Info.plist. Otherwise the [containsWatchCompanion](https://github.com/flutter/flutter/blob/be1938aa1cbe7f4d774a20f154dedf04c87c6554/packages/flutter_tools/lib/src/xcode_project.dart#L621)...

I will try to provide but it won't be easy. Because I just added `InAppPurchaseStoreKitPlatform.enableStoreKit2();` code to my running app. The only thing that can cause this problem is I...

Sorry for the unclearity. As you can see from the screenshot after I press save to files, action sheet opens all empty and mostly I cannot close it without restarting...