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

CI/CD for iOS #56

Open
vishwesh-D-kumar opened this issue Oct 5, 2021 · 1 comment
Open

CI/CD for iOS #56

vishwesh-D-kumar opened this issue Oct 5, 2021 · 1 comment
Assignees
Labels
CI Continous integration
Milestone

Comments

@vishwesh-D-kumar
Copy link
Member

  • Create CI pipeline for ios, which tests if build is working or not for every pull request
@anuneetanand
Copy link
Member

The basic build template similar to the Android build has been implemented. However, the iOS build fails at the following step:-

CopyPlistFile /Users/runner/Library/Developer/Xcode/DerivedData/TLS-dlqmcvmjotwzuugkybwxlhjuzmzz/Build/Products/Debug-iphoneos/TLS.app/GoogleService-Info.plist /Users/runner/work/ALT/ALT/App/ios/GoogleService-Info.plist

The possible reason for the same is the inability of the runner to create an Xcode reference to the GoogleService-Info.plist. @hackgod2000 and I couldn't find any workarounds for this online. We will address this issue as soon as more resources are available on this topic.

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

No branches or pull requests

3 participants