sparkfabrik / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), export .ipa, optional upload to BrowserStack App Live.
MIT License
131 stars 27 forks source link

fix: remove including bitcode #19

Closed misaert closed 1 year ago

misaert commented 1 year ago

Fix #17

The issue was with Xcode 14 and deprecation of bitcode.

Tested on our own private repository and the forked of this one.

Sources:

edodusi commented 1 year ago

Hey @misaert, thanks for your contribution! I think this change is legit, sounds like the bitcode is now deprecated and can be safely removed from the build. I'm going to merge this and draft a new release.

misaert commented 1 year ago

Thanks for your responsiveness :+1: