Go-social icon indicating copy to clipboard operation
Go-social copied to clipboard

Setup and Build the application on iOS

Open AbhiKul10 opened this issue 4 years ago • 3 comments

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

AbhiKul10 avatar Mar 19 '22 17:03 AbhiKul10

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

AbhiKul10 avatar Mar 19 '22 17:03 AbhiKul10

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

shehand avatar Mar 20 '22 14:03 shehand

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

AbhiKul10 avatar Mar 22 '22 10:03 AbhiKul10