PerfectlySoft / Perfect-Python

An expressway to import Python 2.7 modules into Server Side Swift
Apache License 2.0
62 stars 9 forks source link

Unable to import to Xcode #5

Open landongerrits opened 5 years ago

landongerrits commented 5 years ago

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