my emails work fine.. check spam.. make sure you don't have SPF DMARC set wrong casueing them to be rejected.i will check this ,, also I need to know flangapp SMTP is working fine? i check mine not working not receiving emails , thank you bro
I think you have to use a paid version of one signal to use itI can't get push notifications to work, any one with correct steps for android who has theirs working?
Something is wrong wtih the files in your repo. delete the mand re create![]()
in android build complete in iOS this error, someone know how to fix that?
all error massage :
Running "flutter pub get" in clone... 531ms
Building with sound null safety
Archiving app.appmyweb.net...
Updating minimum iOS deployment target to 11.0.
Upgrading project.pbxproj
Upgrading AppFrameworkInfo.plist
Upgrading Podfile
Automatically signing iOS for device deployment using specified development team in Xcode project: 6TFYSQ5WAJ
Running pod install... 7.2s
Running Xcode build...
Xcode archive done. 14.2s
Failed to build iOS app
Error output from Xcode build:
↳
** ARCHIVE FAILED **
Xcode's output:
↳
Writing result bundle at path:
/var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/flutter_tools.WiT758/flutter_ios_build_temp_dirKAuZXd/temporary_xcresult_bundle
ld: warning: dylib (/Users/builder/programs/flutter_3_3_10/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64/Flutter.framework/Flutter) was built for newer iOS version (11.0) than being linked (10.0)
error: the following command failed with exit code 0 but produced no further output
Ld /Users/builder/Library/Developer/Xcode/DerivedData/Runner-edaimyiflreloheqntgnhkmwcclv/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/url_launcher_ios.framework/url_launcher_ios normal (in target 'url_launcher_ios' from project 'Pods')
ld: warning: dylib (/Users/builder/programs/flutter_3_3_10/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64/Flutter.framework/Flutter) was built for newer iOS version (11.0) than being linked (10.0)
error: the following command failed with exit code 0 but produced no further output
Ld /Users/builder/Library/Developer/Xcode/DerivedData/Runner-edaimyiflreloheqntgnhkmwcclv/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/share_plus.framework/share_plus normal (in target 'share_plus' from project 'Pods')
ld: warning: dylib (/Users/builder/programs/flutter_3_3_10/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64/Flutter.framework/Flutter) was built for newer iOS version (11.0) than being linked (10.0)
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_downloader-1.7.3/ios/Classes/FlutterDownloaderPlugin.m:376:15: warning: 'stringByReplacingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByRemovingPercentEncoding instead, which always uses the recommended UTF-8 encoding. [-Wdeprecated-declarations]
? [origin stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding]
^
In module 'Foundation' imported from /Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_downloader-1.7.3/ios/Classes/DBManager.h:8:
/Applications/Xcode-14.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:602:1: note: 'stringByReplacingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
- (nullable NSString *)stringByReplacingPercentEscapesUsingEncodingNSStringEncoding)enc API_DEPRECATED("Use -stringByRemovingPercentEncoding instead, which always uses the recommended UTF-8 encoding.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
^
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_downloader-1.7.3/ios/Classes/FlutterDownloaderPlugin.m:976:21: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
UILocalNotification *localNotification = [[UILocalNotification alloc] init];
^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/flutter_downloader/flutter_downloader-prefix.pch:2:
/Applications/Xcode-14.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
^
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_downloader-1.7.3/ios/Classes/FlutterDownloaderPlugin.m:976:84: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]
UILocalNotification *localNotification = [[UILocalNotification alloc] init];
^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/flutter_downloader/flutter_downloader-prefix.pch:2:
/Applications/Xcode-14.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here
@interface UILocalNotification : NSObject<NSCopying, NSCoding>
^
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_downloader-1.7.3/ios/Classes/FlutterDownloaderPlugin.m:978:56: warning: 'presentLocalNotificationNow:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations]
[[UIApplication sharedApplication] presentLocalNotificationNow:localNotification];
^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/flutter_downloader/flutter_downloader-prefix.pch:2:
/Applications/Xcode-14.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:237:1: note: 'presentLocalNotificationNow:' has been explicitly marked deprecated here
- (void)presentLocalNotificationNowUILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos);
^
4 warnings generated.
ld: warning: dylib (/Users/builder/programs/flutter_3_3_10/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64/Flutter.framework/Flutter) was built for newer iOS version (11.0) than being linked (10.0)
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-2.3.0/ios/Classes/PathMonitorConnectivityProvider.swift:31:5: warning: result of call to 'ensurePathMonitor()' is unused
ensurePathMonitor()
^ ~~
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-2.3.0/ios/Classes/PathMonitorConnectivityProvider.swift:35:5: warning: result of call to 'ensurePathMonitor()' is unused
ensurePathMonitor()
^ ~~
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-2.3.0/ios/Classes/ReachabilityConnectivityProvider.swift:23:5: warning: result of call to 'ensureReachability()' is unused
ensureReachability()
^ ~~
/* com.apple.ibtool.document.warnings */
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Storyboards/WebView.storyboard:global: warning: This file is set to build for a version older than the deployment target. Functionality may be limited. [9]
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/InAppBrowser/InAppBrowserWebViewController.swift:557:13: warning: setter for 'statusBarStyle' was deprecated in iOS 9.0: Use -[UIViewController preferredStatusBarStyle]
UIApplication.shared.statusBarStyle = UIStatusBarStyle(rawValue: previousStatusBarStyle)!
^
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Types/URLCredential.swift:14:25: warning: comparing non-optional value of type '[Any]' to 'nil' always returns true
if certificates != nil {
~~~~~~~~~~~~ ^ ~~~
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Types/UserScript.swift:13:6: error: stored properties cannot be marked potentially unavailable with '@available'
@available(iOS 14.0, *)
^
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Util.swift:86:25: warning: 'spotlightSuggestion' was deprecated in iOS 10.0: renamed to 'WKDataDetectorTypes.lookupSuggestion'
return .spotlightSuggestion
^
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Util.swift:86:25: note: use 'WKDataDetectorTypes.lookupSuggestion' instead
return .spotlightSuggestion
^~~~~~~~~~~~~~~~~~~
WKDataDetectorTypes.lookupSuggestion
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Util.swift:121:31: warning: 'spotlightSuggestion' was deprecated in iOS 10.0: renamed to 'WKDataDetectorTypes.lookupSuggestion'
if type.contains(.spotlightSuggestion) {
^
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Util.swift:121:31: note: use 'WKDataDetectorTypes.lookupSuggestion' instead
if type.contains(.spotlightSuggestion) {
^~~~~~~~~~~~~~~~~~~
WKDataDetectorTypes.lookupSuggestion
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Util.swift:216:21: warning: immutable value 'j' was never used; consider replacing with '_' or removing it
for j in ipv6.count...8 {
^
_
ld: warning: dylib (/Users/builder/programs/flutter_3_3_10/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64/Flutter.framework/Flutter) was built for newer iOS version (11.0) than being linked (10.0)
note: Building targets in dependency order
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'OneSignalXCFramework' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'flutter_downloader-FlutterDownloaderDatabase' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'ReachabilitySwift' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'OrderedSet' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'url_launcher_ios' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'share_plus' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'permission_handler_apple' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'path_provider_ios' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'onesignal_flutter' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'flutter_downloader' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'connectivity_plus' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'flutter_inappwebview' from project 'Pods')
/Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'Pods-Runner' from project 'Pods')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
warning: Run script build phase 'Thin Binary' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
Result bundle written to path:
/var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/flutter_tools.WiT758/flutter_ios_build_temp_dirKAuZXd/temporary_xcresult_bundle
Swift Compiler Error (Xcode): Stored properties cannot be marked potentially unavailable with '@available'
/Users/builder/programs/flutter_3_3_10/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Types/UserScript.swift:12:5
Encountered error while archiving for device.
Build failed :|
Step 8 script `Flutter build ipa and automatic versioning` exited with status code 1
This just means the service is busy wait a bit and it will work
Hello friend, I have this problem, does this edit the github file?Thank you very much, you are great. Problem is solved.
Bro please share your telegram I'd or contact i need your helpThis just means the service is busy wait a bit and it will work
I have the same issue and build fails. any idea guys?
I posted the solution to that earlier. In the root folder there's a folder that says /js folder there are two .JS files Open them and do a search and replace for 44.0.0 with 45.0.0 or 46.0.0 probably go 46.0.0 cuz anywhere SDK. It'll work after thatit seems it passed that part. but after install and running app gives an error about snack v4.0 !!
anybody know anything about it?
Really appreciate your reply. I'll try it tonight. TNXI posted the solution to that earlier. In the root folder there's a folder that says /js folder there are two .JS files Open them and do a search and replace for 44.0.0 with 45.0.0 or 46.0.0 probably go 46.0.0 cuz anywhere SDK. It'll work after that
is it build iOS for you?I posted the solution to that earlier. In the root folder there's a folder that says /js folder there are two .JS files Open them and do a search and replace for 44.0.0 with 45.0.0 or 46.0.0 probably go 46.0.0 cuz anywhere SDK. It'll work after that
Change the files as mentioned. And make sure you have the up-to-date get repo files in place.is it build iOS for you?
what you remonaded make new github files change details in the soft?
thank you, btw there is a way to chat with you telegram whatsapp etc?
thank you
made all teh changes and upload new repo with fresh files and still same errorChange the files as mentioned. And make sure you have the up-to-date get repo files in place.