Following the steps at the carthage manual, this adds Carthage Compatibility.
In order to do this, I had to add a YesWeScan.xcodeproj at the root of the project that contains the framework to be built.
To verify this works, I ran the command carthage build --archive, which ensures that the module can be built.
Next steps will be to upload the pre-built archives to GitHub so users won't have to rebuild the framework every time.
Description
Following the steps at the carthage manual, this adds Carthage Compatibility. In order to do this, I had to add a
YesWeScan.xcodeproj
at the root of the project that contains the framework to be built.To verify this works, I ran the command
carthage build --archive
, which ensures that the module can be built.Next steps will be to upload the pre-built archives to GitHub so users won't have to rebuild the framework every time.