Closed Sekiro-kost closed 3 weeks ago
Does anyone have their config for an operational build in 1.3.0 please ? (flutter sdk version, dart version, Xcode project requirements)
Hello @Sekiro-kost,
This topic will help you https://github.com/thingsboard/flutter_thingsboard_pe_app/issues/163
Hello @Sekiro-kost,
This topic will help you #163
Thx, I will see this threads ^^
Yay I managed to build
Override pub spec.yaml:
dependency_overrides:
flutter_inappwebview_ios:
git:
url: https://github.com/pichillilorenzo/flutter_inappwebview.git
ref: 27fd339172572fe1b16cdcdae235b2a88f432e3c
path: flutter_inappwebview_ios
Clean Project :
flutter clean
flutter pub get
cd ios
rm -rf Pods && rm -rf Podfile.lock && pod cache clean --all
pod install
I had to put on Xcode: Xcode Project Format: 15.3 Minimum Deployment: 15.6
In Build Settings :
All => Apple Clang - Language - Modules : set YES to Allow Non-modular inclueds in Framework Modules
And in my project.pbxproj: objectVersion 63
If this helps anyone
Hello
I tried many new 'fresh' builds, with the release 1.3.0 PE APP, and I've got lot errors during my
flutter run
, on simulator ou physical devicesI try before every attempt :
Some errors :