Hello I am unable to import to Xcode using these the readme's import to Xcode specifications.
upon running the command: swift package generate-xcodeproj
I get the following error:
error: package has unsupported layout; modulemap '/Users/landongerrits/Documents/AILight/QuickStartApp_iOS/Sources/PythonAPI/include/module.modulemap' should be inside the 'include' directory
I attempted to remove the module.modulemap file and try again. So then I received this error:
error: target at '/Users/landongerrits/Documents/AILight/QuickStartApp_iOS/Sources' contains mixed language source files; feature not supported
Any clarity on how to fix this issue would be appreciated
Hello I am unable to import to Xcode using these the readme's import to Xcode specifications.
upon running the command:
swift package generate-xcodeproj
I get the following error:
error: package has unsupported layout; modulemap '/Users/landongerrits/Documents/AILight/QuickStartApp_iOS/Sources/PythonAPI/include/module.modulemap' should be inside the 'include' directory
I attempted to remove the module.modulemap file and try again. So then I received this error:
error: target at '/Users/landongerrits/Documents/AILight/QuickStartApp_iOS/Sources' contains mixed language source files; feature not supported
Any clarity on how to fix this issue would be appreciated