Go-social
Go-social copied to clipboard
Setup and Build the application on iOS
Prerequisites
- [x] I am running the latest version
- [x] I checked to make sure that this issue has not already been filed
Expected Behaviour
Setup and Build application for iOS Platform.
Current Behaviour
iOS build is missing. Go-Social is not configured for the iOS platform.
Deliverables
- Linking Libraries (native) properly
- Making necessary updates
- Screenshots of a working project on iOS
@shehand project.pbxproj file is missing in the project as it is gitignored. project.pbxproj is necessary for the iOS build. Can you please push the file into the codebase? And please mark this issue as a Pre-Task.
Please open a PR with only those changes. Will merge it.
Update:- project.pbxproj file can be generated by running the below commands sequentially in the ios folder -
-
swift package init --type library -
swift package generate-xcodeproj -
pod init -
pod install