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

Can't build Babylon React Native Playground on iOS #653

Open
okwasniewski opened this issue Aug 28, 2024 · 5 comments
Open

Can't build Babylon React Native Playground on iOS #653

okwasniewski opened this issue Aug 28, 2024 · 5 comments
Assignees
Milestone

Comments

@okwasniewski
Copy link
Contributor

Hey,

I just wanted to make sure I did everything right, because I can't get RNTA based Test App to run on iOS.

This is the error that I'm getting:

CleanShot 2024-08-28 at 13 07 54@2x

Steps:

  1. cd Apps/BRNPlayground && npm install
  2. cd Package && npm install
  3. npx gulp buildIOSRNTA
  4. In theory the https://github.com/BabylonJS/BabylonReactNative/blob/master/Apps/BRNPlayground/postinstall.js file should do all the setup but it still wasn't working :(

Just wanted to make sure I didn't miss an important step. If not Im going to try to fix it

@okwasniewski
Copy link
Contributor Author

It would be great if you could confirm if you are also running into this issue cc: @CedricGuillemet, @ryantrem

@CedricGuillemet
Copy link
Contributor

IIRC this is linked to CMake version. try with 3.26.4 or <
Did you try to build to build the legacy Playground?

@okwasniewski
Copy link
Contributor Author

@CedricGuillemet Unfortunately, no luck with downgrading CMake. I didn't try legacy Playground because I need RNTA to get visionOS working. I'm going to investigate it further.

@okwasniewski
Copy link
Contributor Author

I finally got it to build with CMake 3.24.0

By looking at the changelog it appears that a default behaviour for adding library search paths has been removed which may break the example.

CleanShot 2024-08-29 at 14 11 38@2x

I think we can bring back the old behaviour for newer CMake versions

@thomlucc thomlucc added this to the 8.0 milestone Aug 29, 2024
@okwasniewski
Copy link
Contributor Author

I think I found the solution,

When you set LIBRARY_SEARCH_PATHS of the main target to "$(PODS_ROOT)/../../../Modules/@babylonjs/Build/iOS/build"/** it works!

Im in touch with @tido64 to discuss what's the proper way of setting this up inside of React Native Test App.

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

3 participants