Skip to content

Conversation

TheBuggedYRN
Copy link
Contributor

@TheBuggedYRN TheBuggedYRN commented Jun 13, 2022

Description of the change

Problem:

The absolute user path for the sourcemap script is included in Xcode build phases with pod installs.

Solution

Rely on Autolinking's path attribute to copy the sourcemap script into Xcode build phases, so that the build phase would execute the script directly and not rely on executing a script at a given path.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Related issues

Issue links go here

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests

Code review

  • This pull request has a descriptive title and information useful to a reviewer
  • Issue from task tracker has a link to this pull request

@TheBuggedYRN TheBuggedYRN changed the base branch from master to release/11.0.1 June 13, 2022 14:13
@AliAbdelfattah AliAbdelfattah force-pushed the fix/ios-autolinking-path branch from 3b734c6 to 3613934 Compare June 13, 2022 14:45
@AliAbdelfattah AliAbdelfattah changed the title Fix iOS Autolinking Script Path [MOB-8895] Fix iOS Autolinking Script Path Jun 13, 2022
@AliAbdelfattah AliAbdelfattah changed the title [MOB-8895] Fix iOS Autolinking Script Path [MOB-8895] Improve iOS Autolinking through leveraging the path attribute Jun 13, 2022
@AliAbdelfattah AliAbdelfattah merged commit db1fa09 into release/11.0.1 Jun 13, 2022
@AliAbdelfattah AliAbdelfattah deleted the fix/ios-autolinking-path branch June 13, 2022 15:01
ymabdallah pushed a commit that referenced this pull request Jun 13, 2022
* Bump version to 11.0.1

* fix(android): remove unmatched 'fi' token in android upload_sourcemap.sh (#722)

* [MOB-8883] Add CI job to validate shell files and increase e2e_android resources (#720)

* Add CI job to validate shell files

* Fix Android shell script error

Remove extra fi operator

* Increase e2e_android job resources

* Fix Network-related Tests (#723)

* Update CHANGELOG.md

* Run Dependabot in Root Only (#721)

* [MOB-8892] Update codecov version (#725)

* Update package.json

* Update config.yml

* Increase CI emulator memory (#727)

* [MOB-8895] Improve iOS Autolinking through leveraging the path attribute (#726)

* Fix iOS Autolinking Script Path

* Update CHANGELOG.md

Co-authored-by: Ali Abdelfattah <ali.abdelfattah.xa@gmail.com>

Co-authored-by: Matthew Koevort <35453138+matt-koevort@users.noreply.github.com>
Co-authored-by: Youssef Raafat <99807625+TheBuggedYRN@users.noreply.github.com>
@TheBuggedYRN TheBuggedYRN self-assigned this Jun 14, 2022
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

Successfully merging this pull request may close these issues.

2 participants