mainframecomputer / fullmoon-ios

chat with private and local large language models
https://fullmoon.app
MIT License
403 stars 38 forks source link

Build error #6

Open edimoldovan opened 4 weeks ago

edimoldovan commented 4 weeks ago

Hi,

I tried out the testflight option, worked almost perfect outside of some code formatting issues. Then I wanted to try the repo but I got a build error. Any suggestion how to fix it?

Build input file cannot be found: '/Users/ed/dev/iOS/fullmoon-ios/fullmoon/Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?

Thanks ed

carlo- commented 4 weeks ago

@edimoldovan Info.plist needs to be removed from the "Copy Bundle Resources" build phase, and you'll be able to compile 😊

edimoldovan commented 3 weeks ago

I am trying to find it but maybe I'm looking in the wrong place?

Screenshot 2024-10-12 at 10 18 45
carlo- commented 3 weeks ago

Interesting! I had Info.plist added there, which was causing Xcode to copy it twice. 🤔

kebbbnnn commented 3 weeks ago

Go to Build Settings and search for "Info.plist File" it's under Packaging section. Then just remove "fullmoon/Info.plist"