Skip to content

18.2/Xcode11.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@mesopelagique mesopelagique released this 28 Jul 13:43
· 126 commits to master since this release
3336769

⚠️ 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)