bug report - OSX/Windows compatibility
Hi,
A project created on Mac could not be properly openned on windows and vice verse. Perhaps, Linux is also affected.
Specifically in the “.cproject” file the build configuration sections look differently:
For windows:<storageModule moduleId="refreshScope" versionNumber="2"> <configuration artifactName="${ProjName}" configurationName="Debug"> <resource resourceType="PROJECT" workspacePath="auPilot-SPRacing"/> </configuration> <configuration configurationName="Release"/> </storageModule>
For OSX
<storageModule moduleId="refreshScope" versionNumber="2"> <configuration configurationName="Debug"> <resource resourceType="PROJECT" workspacePath="auPilot-SPRacing" /> </configuration> <configuration configurationName="Release" /> </storageModule>
Adjucting these lines to match the current OS seems to solve the issue.
Cheers
Kirill