Trying to build the MySQL plugin mostly as a more complete, self contained example, but it seems to be missing the following files and cannot build in XCode:
PluginBuildSettingsDebug.xcconfig
PluginBuildSettingsRelease.xcconfig
PluginExports.exp
Does anyone have these files? They seem to be referenced in a legacy location, according to the build output (below).
Thanks,
IJR
[code]Prepare build
note: Using new build systemnote: Planning buildnote: Using build description from memory
Build system information
error: /Applications/Xojo 2018 Release 2/REALbasic/Xcode/PluginBuildSettingsDebug.xcconfig: unable to open file (in target “MySQLCommunityPlugin” in project “MySQLCommunityPlugin”) (in target ‘MySQLCommunityPlugin’)
Build system information
error: /Applications/Xojo 2018 Release 2/REALbasic/Xcode/PluginBuildSettingsDebug.xcconfig: unable to open file (in target “MySQLCommunityPlugin” in project “MySQLCommunityPlugin”) (in target ‘MySQLCommunityPlugin’)
Build system information
error: /Applications/Xojo 2018 Release 2/REALbasic/Xcode/PluginBuildSettingsDebug.xcconfig: unable to open file (in target “MySQLCommunityPlugin” in project “MySQLCommunityPlugin”) (in target ‘MySQLCommunityPlugin’)
[/code]