Perfect-Python icon indicating copy to clipboard operation
Perfect-Python copied to clipboard

Unable to import to Xcode

Open landongerrits opened this issue 7 years ago • 0 comments

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

landongerrits avatar Oct 31 '18 08:10 landongerrits