Skip to content

Releases: 4d-go-mobile/sdk

Patched version for provisioningProfile JSON error

16 Jul 14:43
6f3649e
Compare
Choose a tag to compare

See discuss

how to install

Replace the file in your 4D 18R5 app
../4D.app/Contents/Resources/Internal User Components/4D Mobile App.4dbase/4D Mobile App.4DZ

🤖 android beta

19 Apr 13:25
22d6c10
Compare
Choose a tag to compare
🤖 android beta Pre-release
Pre-release

Beta release

with beta android sdk 264959

18R4 / Xcode 12

30 Sep 14:36
0963631
Compare
Choose a tag to compare

Component for 18R4

Unzip and replace 4D Mobile App.4dbase info .../4D.app/Contents/Resources/Internal User Components/

⚠️ Use at your own risk, not already tested by quality team

18.2/Xcode12.1

26 Oct 16:12
0963631
Compare
Choose a tag to compare
18.2/Xcode12.1 Pre-release
Pre-release

⚠️ This is a pre-release, use at your own risk
Not suited for production, only to dev with new features
Alternatively you can use R beta release or wait 18.3

  • Xcode 12.1 with 18.2
  • Features from previous release

How to replace iOS SDK in 4D.app

Then how to force Xcode12.1 and iOS 14.1:

Create a file 4d.mobile inside your $HOME/Library/Application Support/4D/ folder

{
	"common": {
		"xCodeVersion": "12.1",
		"iosDeploymentTarget": "14.1"
	}
}

or download it from this release attachments and move it to the $HOME/Library/Application Support/4D/ folder

and finally restart the mobile project editor (close it and open it)

18.2/Xcode11.6

28 Jul 13:43
3336769
Compare
Choose a tag to compare
18.2/Xcode11.6 Pre-release
Pre-release

⚠️ This is a pre-release, use at your own risk
Not suited for production, only to dev with new features
Alternatively you can use R release or wait 18.3

How to replace iOS SDK in 4D.app

Then how to force Xcode11.6 and iOS 13.6:

Create a file 4d.mobile inside your $HOME/Library/Application Support/4D/ folder

{
	"common": {
		"xCodeVersion": "11.6",
		"iosDeploymentTarget": "13.6"
	}
}

or download it from this release attachments and move it to the $HOME/Library/Application Support/4D/ folder

and finally restart the mobile project editor (close it and open it)

18.2/Xcode11.5

02 Jul 09:13
80524d1
Compare
Choose a tag to compare
18.2/Xcode11.5 Pre-release
Pre-release

⚠️ This is a pre-release, use at your own risk
Not suited for production, only to dev with new features
Alternatively you can use R release or wait 18.3

How to replace iOS SDK in 4D.app

Then how to force Xcode11.5 and iOS 13.5:

Create a file 4d.mobile inside your $HOME/Library/Application Support/4D/ folder

{
	"common": {
		"xCodeVersion": "11.5",
		"iosDeploymentTarget": "13.5"
	}
}

or download it from this release attachments and move it to the $HOME/Library/Application Support/4D/ folder

and finally restart the mobile project editor (close it and open it)