-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add installation guide to readme #84
Comments
Please add an installation guide asap! I'd like to use this module in my xCode project but don't know how! |
@parker1010 installation instructions have just been added! Please check out the README and let me know if you have any issues. |
@quanvo87 Thanks for the quick response! I generated a new Xcode project with the command "swift package generate-xcodeproj" but that new project won't run the Simulator. After researching about Swift Package Manager I found: "The generated project is ideal for unit tests. It does not include the overhead of launching the iOS simulator or a target application." Any advice for people like me who want to use your module and still run the Simulator in their project? |
Do you mean you are developing an iOS app? I don't believe there is official SPM support for iOS targets at this time. You can try looking into this, but keep in mind it is not officially supported. If there is a need, I can add manual installation instructions for |
@quanvo87 Yes, I'm learning iOS app development. Installation instructions using CocoaPods would be very helpful for me as I'm already using CocoaPods (for Google Firebase) in my current iOS project. |
I'll work on adding CocoaPods support sometime this week. |
Unfortunately adding dual support for SPM and CocoaPods is proving to be difficult for me to figure out. This feature may not added in the near future as I can't commit too much time to this right now. Any pointers would be appreciated! |
Hi, I need to add a .txt file in the background I mean without the user interface...! If you need I will share my code what I'm doing please help. |
No description provided.
The text was updated successfully, but these errors were encountered: