Flangapp - SAAS Online App Builder From Websites

Flangapp - SAAS Online App Builder From Websites v1.5

No permission to download

chareen3

Active member
Trusted Uploader
Sep 4, 2018
107
213
43
It's resolved now.
1. I updated my cron.
2. I added unit to my build.
3. I created keystore.

Then I create build again, it finally worked.
Fixed , issue corn , i am using aapanel ,
Code:
curl -k https://example.com/backend/api/observe/cron

----------------------------------------------------------------------------
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    12    0    12    0     0    164      0 --:--:-- --:--:-- --:--:--   164
{"code":200}----------------------------------------------------------------------------
★[2022-10-02 04:52:01] Successful
 
Last edited:

huzaifa20s

New member
Jun 5, 2022
17
2
3
Thanks a lot. it worked perfectly.

Please, are you able to create build ? mine keeps loading endlessly. i've been on it since over 30mins now, no result, just loading.
can you share your website url I have to create an app and don't have time to install this thanks
 
Oct 21, 2019
42
4
8
Fixed , issue corn , i am using aapanel ,
Code:
curl -k https://example.com/backend/api/observe/cron

----------------------------------------------------------------------------
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    12    0    12    0     0    164      0 --:--:-- --:--:-- --:--:--   164
{"code":200}----------------------------------------------------------------------------
★[2022-10-02 04:52:01] Successful
Alright brother.


Thanks so much for your support.
 
  • Like
Reactions: chareen3

ameypangaonkar

Active member
Can anyone help me with this error?

1664897016155.png

== Building for iOS ==

> flutter build ios --debug --no-codesign
Warning: Building for device with codesigning disabled. You will have to manually codesign before deploying to device.
Building com.example.flangappApp for device (ios)...
Updating minimum iOS deployment target to 11.0.
Upgrading project.pbxproj
Upgrading AppFrameworkInfo.plist
Upgrading Podfile
Running pod install... 7.0s
Running Xcode build...
Xcode build done. 10.0s
Failed to build iOS app
Error output from Xcode build:

** BUILD FAILED **


Xcode's output:

Writing result bundle at path:
/var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/flutter_tools.qNm13o/flutter_ios_build_temp_dir6W4QYu/temporary_xcresult_bundle

ld: warning: dylib (/Users/builder/programs/flutter_3_3_3/bin/cache/artifacts/engine/ios/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/clone/build/ios/Debug-iphoneos/share_plus/share_plus.framework/share_plus normal (in target 'share_plus' from project 'Pods')
ld: warning: dylib (/Users/builder/programs/flutter_3_3_3/bin/cache/artifacts/engine/ios/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/clone/build/ios/Debug-iphoneos/url_launcher_ios/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_3/bin/cache/artifacts/engine/ios/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_3/.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_3/.pub-cache/hosted/pub.dartlang.org/flutter_downloader-1.7.3/ios/Classes/DBManager.h:8:
/Applications/Xcode-14.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:602:1: note: 'stringByReplacingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
- (nullable NSString *)stringByReplacingPercentEscapesUsingEncoding:(NSStringEncoding)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_3/.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.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.0.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_3/.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.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.0.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_3/.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.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:237:1: note: 'presentLocalNotificationNow:' has been explicitly marked deprecated here
- (void)presentLocalNotificationNow:(UILocalNotification *)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_3/bin/cache/artifacts/engine/ios/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_3/.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, *)
^
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.0.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 10.0, but the range of supported deployment target versions is 11.0 to 16.0.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.0.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.0.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.0.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.0.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.0.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 8.0, but the range of supported deployment target versions is 11.0 to 16.0.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 10.0, but the range of supported deployment target versions is 11.0 to 16.0.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.0.99. (in target 'connectivity_plus' 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')
/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.0.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 10.0, but the range of supported deployment target versions is 11.0 to 16.0.99. (in target 'Pods-Runner' 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.0.99. (in target 'OrderedSet' from project 'Pods')

Result bundle written to path:
/var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/flutter_tools.qNm13o/flutter_ios_build_temp_dir6W4QYu/temporary_xcresult_bundle


Swift Compiler Error (Xcode): Stored properties cannot be marked potentially unavailable with '@available'
/Users/builder/programs/flutter_3_3_3/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Types/UserScript.swift:12:5

Encountered error while building for device.


Build failed :|
Failed to build for iOS
 

Ozzy Oliveira

Member
May 4, 2022
22
56
13
here you go my brothers 1.7 :)
Download
First thanks for the contribution. My doubt is if anyone knows the correct way to rename the Android project? Which in the original case is ( com.example.flangapp_app ) I got to rename all the files where the package name com.example.flangapp_app is and renamed the folders with the same name and all the calls to flangapp_app. But the same didn't work. If anyone knows the correct way to do it I would appreciate it.

Screenshot_2022.10.05_22.12.08.906.png

Here is an example of the application already assembled and installed on the cell phone. (which in this case, the final version that customers would have) all apps have this name by default.


In this case the files are in the GITHUB project,

vxcvxcv.png
sASasA.png xcvcxvxcv.png

I made the modification changing the original names to the name of my project ( com.levelup.yoursite_app ) and the flangapp_app to ( yoursite_app ) in all the files that had the calls. Only to no avail. But it always gives error after modifications.
 

Kamily

Active member
Jul 19, 2018
322
176
43
Hello, help me friends, I can't get the null, do you have it? (Flangapp - Website SAAS Online Application Builder)
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu