Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Fix build warning#26

Open
Fishbowler wants to merge 1 commit intomasterfrom
password-build-warning
Open

Fix build warning#26
Fishbowler wants to merge 1 commit intomasterfrom
password-build-warning

Conversation

@Fishbowler
Copy link
Copy Markdown
Contributor

Before:

% flutter build ios --simulator 

Building com.example.example for simulator (ios)...
Running pod install...                                             698ms

/Users/danc/git/maestro/demo_app/ios/Runner/AppDelegate.swift:13: warning: Flutter deprecation: Accessing rootViewController in `application:didFinishLaunchingWithOptions:`
[flutter-launch-rootvc].
        After the UISceneDelegate migration the `UIApplicationDelegate.window` and `UIWindow.rootViewController` properties will not be set in
        `application:didFinishLaunchingWithOptions:`. If you are relying on that in order to register platform channels at application launch use the `FlutterPluginRegistry` API
        instead. Other setup can be moved to a FlutterViewController subclass (ex: `awakeFromNib`).

Running Xcode build...                                                  
Xcode build done.                                           13.5s
✓ Built build/ios/iphonesimulator/Runner.app

Claude followed the advice and fixed the app, which appears to operate as before.

@Fishbowler Fishbowler force-pushed the password-build-warning branch from b3ad298 to 3cb37f2 Compare April 2, 2026 17:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant