Skip to content

Conversation

@yesung31
Copy link

@yesung31 yesung31 commented Sep 3, 2025

Description

Fix resample.cpp path issue for iOS build.

@sdatkinson
Copy link
Owner

It's strange to me that this is an issue in the iOS project, but there's no reference to it in the corresponding macOS.

Is something deeper going on here?

@yesung31
Copy link
Author

I was having the same issue as @Offroaders123 in #261, and changing the path fixed the issue for me. I have only tried it build it for iPad, and maybe there is the same issue on the macOS one.

@sdatkinson
Copy link
Owner

I don't see where it's being used. Want to check? If it looks like it's not being used, wanna try removing it and see if that works? This would be a better fix if my hunch is correct 🙂 Thanks!

@yesung31
Copy link
Author

yesung31 commented Jan 22, 2026

I was having an issue when I was building iOS app on Xcode. This is the error I got:

/Users/yesung/Projects/NeuralAmpModelerPlugin-main/NeuralAmpModeler/projects/resample.cpp Build input file cannot be found: '/Users/yesung/Projects/NeuralAmpModelerPlugin-main/NeuralAmpModeler/projects/resample.cpp'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?

Adding the path fixes the error.

The app still does not function but at least it builds with this fix.

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