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

Allows SquareReaderSDK.framework to be added to a root sub dir #54

Closed
wants to merge 1 commit into from

Conversation

SudoPlz
Copy link
Collaborator

@SudoPlz SudoPlz commented Apr 18, 2019

Summary

so that we no longer face Module 'SquareReaderSDK' not found when moving the framework file in a subdirectory.

Related issues

Fix #49

Changelog

Made the /../../../ios framework search path recursive

Test Plan

Move the SquareReaderSDK.framework directory inside a folder called frameworks in your {react-native root}/ios project dir. Before that change you'd see a Module 'SquareReaderSDK' not found when trying to build the project.
Not anymore.

@CLAassistant
Copy link

CLAassistant commented Apr 18, 2019

CLA assistant check
All committers have signed the CLA.

@SudoPlz SudoPlz mentioned this pull request Apr 18, 2019
@hukid
Copy link
Contributor

hukid commented Apr 19, 2019

@SudoPlz The travis job doesn't work with forked repo. Can you create a branch with your change from this repo directly?

@SudoPlz
Copy link
Collaborator Author

SudoPlz commented Apr 19, 2019

Closed in favour of #55

@SudoPlz SudoPlz closed this Apr 19, 2019
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.

authCode throws error
3 participants