Cycling74 / RNBOMetasound

RNBO adapter that implements metasound nodes
MIT License
42 stars 2 forks source link

Develop version is not building on Xcode OSX 13.5.1 : 2 errors #31

Closed Tomavatars closed 11 months ago

Tomavatars commented 11 months ago
CleanShot 2023-12-16 at 14 45 34@2x CleanShot 2023-12-16 at 14 45 55@2x
x37v commented 11 months ago

hmm, that is interesting, you tried doing a clean then building?

x37v commented 11 months ago

I'm building with Xcode 14, I'll see if someone else has 13 to compare @jinpavg which version of xcode are you using?

Tomavatars commented 11 months ago

hmm, that is interesting, you tried doing a clean then building?

I deleted everything in RNBO expect my Exports. Deleted the Xcode project. Re generated it. Opened the Xcode project and rebuilt. I also tried to delete the intermediate and saved folders in the Unreal Project (this sometimes helps)

Tomavatars commented 11 months ago

I'm building with Xcode 14, I'll see if someone else has 13 to compare @jinpavg which version of xcode are you using?

I'm on Xcode 15

CleanShot 2023-12-18 at 11 02 53

Tomavatars commented 11 months ago

It's still failing to build with 15.1. Here's the dummy project link : link

x37v commented 11 months ago

@Tomavatars I just updated the develop branch with a change that resolved the issue for me

Tomavatars commented 11 months ago

It works @x37v !!! Thank you so much!