This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
shell/platform/darwin/ios/framework/Source Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ - (void)publishServiceProtocolPort:(NSString*)uri {
115115 FML_LOG (ERROR) << " Failed to register observatory port with mDNS with error " << err << " ." ;
116116 if (@available (iOS 14.0 , *)) {
117117 FML_LOG (ERROR)
118- << " ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒\n "
119118 << " On iOS 14+, local network broadcast in apps need to be declared in "
120119 << " the app's Info.plist. Debug and profile Flutter apps and modules host "
121120 << " VM services on the local network to support debugging features such "
@@ -125,8 +124,7 @@ - (void)publishServiceProtocolPort:(NSString*)uri {
125124 << " Profile configurations.\n\n "
126125 << " For more information, see "
127126 // Update link to a specific header as needed.
128- << " https://flutter.dev/docs/development/add-to-app/ios/project-setup"
129- << " \n ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒" ;
127+ << " https://flutter.dev/docs/development/add-to-app/ios/project-setup" ;
130128 }
131129 } else {
132130 DNSServiceSetDispatchQueue (_dnsServiceRef, dispatch_get_main_queue ());
You can’t perform that action at this time.
0 commit comments