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

Revert: Going Back to Creating a Separate Build #7

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

nemanjar7
Copy link
Contributor

@nemanjar7 nemanjar7 commented Dec 20, 2024

  • Checked the logs of build_ios workflow for bluetooth app, and looks like we can't go around the architecture issue (at least to the extent of my knowledge and what I found online), so we have to create a separate build.
  • To support this, here is an example of me manipulating .ipa file which should contain .app file in itself, so the procedure for extracting it is:
  1. Convert .ipa to .zip
  2. Extract .zip
  3. cd into extracted folder until you find .app file and then try to install it on the booted simulator from cli
  • As you can see below, this is not exectuable:
ipa-1st.mov
ipa-2nd.mov

Also if you check the logs in the workflow, you can see that we are not building the app for the simulator, but for the devices (check destination parameter):
gym method

Destination implies architecture: fastlane/fastlane#21138
This one is older, but they were also using two separate builds: fastlane/fastlane#15555

@nemanjar7
Copy link
Contributor Author

Not sure what happens with the Android side, still need to see explore that.

@nemanjar7 nemanjar7 marked this pull request as ready for review December 20, 2024 04:26
@iBotPeaches iBotPeaches merged commit 531dec6 into master Dec 20, 2024
1 check passed
@iBotPeaches iBotPeaches deleted the test branch December 20, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants