Skip to content
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

Setup and Build the application on iOS #137

Open
2 tasks done
AbhiKul10 opened this issue Mar 19, 2022 · 3 comments
Open
2 tasks done

Setup and Build the application on iOS #137

AbhiKul10 opened this issue Mar 19, 2022 · 3 comments

Comments

@AbhiKul10
Copy link
Contributor

AbhiKul10 commented Mar 19, 2022

Prerequisites

  • I am running the latest version
  • 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
@AbhiKul10
Copy link
Contributor Author

AbhiKul10 commented Mar 19, 2022

@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.

@shehand
Copy link
Collaborator

shehand commented Mar 20, 2022

Please open a PR with only those changes. Will merge it.

@AbhiKul10
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants