Open edimoldovan opened 4 weeks ago
@edimoldovan Info.plist needs to be removed from the "Copy Bundle Resources" build phase, and you'll be able to compile 😊
I am trying to find it but maybe I'm looking in the wrong place?
Interesting! I had Info.plist added there, which was causing Xcode to copy it twice. 🤔
Go to Build Settings
and search for "Info.plist File" it's under Packaging
section. Then just remove "fullmoon/Info.plist"
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