Releases: 4d/4D-Mobile-App
Xcode 16.1
- "ios.zip" build with Xcode 16.1
- build with 4D 20.5
Xcode 16.0
Changes
Fix for Xcode 16
- use
xcframework
for iOS SDK - menu to download iOS platform (no more embedded in Xcode app)
Fix to compile and run with latest 4D
Fix the key.mobileapp used to check remote server #56
Know bugs
- For android, custom images in input control are not more copied
Dependencies
Xcode 15.4 (test pre release)
This release has been created automatically
Xcode 15.3
Some android fixes + minor fix on show folder of input control
to install see https://github.com/4d/4D-Mobile-App?tab=readme-ov-file#installation
🪲 Fix another crash on android
Dependences
iOS (no change)
- Xcode 15.2
- iOS SDK
Android
- android SDK 🪲 Fix another crash on android
- android project generator 1.2.3 🪲 Fix propagation of
currentEntity
property in data sourcechoiceList
4D
- builded and tested with 4D 20.2 101181
Some android fixes
to install see https://github.com/4d/4D-Mobile-App?tab=readme-ov-file#installation
🪲 Fix crash on android, and typo in android project generator for extra option edition has unique task
Dependences
- Xcode 15.2 & iOS SDK
- android SDK
- android project generator 1.2.3
- builded and tested with 4D 20.2 101181
Xcode 15.2 compatible with 4D v20.2
to install see https://github.com/4d/4D-Mobile-App?tab=readme-ov-file#installation
Dependences
- Xcode 15.2 & iOS SDK
- android SDK
- android project generator 1.2.2
- builded and tested with 4D 20.2 101181
Xcode 15.2
to install see https://github.com/4d/4D-Mobile-App?tab=readme-ov-file#installation
Dependences
- Xcode 15.2 & iOS SDK
- android SDK
- android project generator 1.2.1
- builded and tested with 4D 20R3
Xcode 15
Dependences
- Xcode 15 & iOS SDK
- android project generator 1.1.1
Xcode 14.3.1
Dependences
- Xcode 14.3.1 & iOS SDK
- android project generator 1.1.1 with a fix if deep linking feature is deactivated
Bug fixes
- Window: Allow to properly copy android sdk, issue could occurs if sdkversion file cannot been deleted
- Properly deliver features even if using 4D version 20.x, 20R2 or new versions (fix #51)
- Fix hidden errors after structure adjustment
- Fix message truncated in interface #49
- Fix error message if no Xcode installed
Installation on macOS
The component is not notarised so two solutions
- use command line to install on macOS
- inside your base path use command line
curl -sL https://raw.githubusercontent.com/4d/4D-Mobile-App/main/install.sh | sh
- inside your base path use command line
- if downloaded manually for instance using safari, do a right click "Open" on
4D Mobile App.4dbase/Libraries/lib4d-arm64.dylib
- or I think it works too, use
spctl --add <your base path>/Components/4D Mobile App.4dbase/Libraries/lib4d-arm64.dylib
to add an exception
- or I think it works too, use