compile error
sishenyihuba opened this issue · 4 comments
I check the Podfile that this example is using the dynamic framework Mandoline,But there is an compile error: could not read data from '/Users/macache/Downloads/WorkPlace/UI Stuff/Mandoline-master/Example/Pods/Target Support Files/Mandoline/ResourceBundle-Mandoline-Info.plist': The file “ResourceBundle-Mandoline-Info.plist” couldn’t be opened because there is no such file.
Hi there,
Thanks for checking out the pod! Did this happen after pod install
-ing on the example project or within your own project? I haven't shared the schemes to make this a dynamic framework yet, so that might be an issue I don't want to rule out. If you have any other details you can share about the steps you took, I can see if I can recreate this.
Thanks for your patience!
Hi,
I also faced the same problem when I ran it for the first time.
To solve this I ran the command
pod install
and then command line prompted me to update the repo , so I ran the following command
pod repo update
and after that I ran this command again
pod install
HTH...
@B4V4-G, good call! @sishenyihuba, I just pushed an update to the repo. I think after checking out master
you should be all set. Please let me know if you have any other issues!
Thanks so much ,I will try tonight