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

Add dylib to mopro integration #51

Closed
0xturboblitz opened this issue Jan 27, 2024 · 1 comment
Closed

Add dylib to mopro integration #51

0xturboblitz opened this issue Jan 27, 2024 · 1 comment

Comments

@0xturboblitz
Copy link
Member

Right now, mopro builds a .a library instead of .dylib, see here.
It looks like that the reason why the iOS app works when running it on Xcode but not with the react-native server or when exporting a .ipa.
Adapting mopro to use .dylib would allow us to do iOS releases.
Relevant PRs in mopro are here and here
Due to the way mopro is integrated now (subdirs copied in /app/ios), this would involved modifying the scripts/build_ios_module.sh script.

@0xturboblitz
Copy link
Member Author

Solved in #82 by leaving mopro on iOS

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

No branches or pull requests

1 participant