Closed YuriSolodkin closed 6 years ago
Hi, both version are / were correct, yours is cleaner, in a recent merge with a PR I didn't see the info.plist file added. Have you a problem with the pod?
Sometimes I'm getting this issue, cannot replicate on demand, but always with JTCalendar:
dyld: Library not loaded: @rpath/JTCalendar.framework/JTCalendar
So I started to search and found that discussion on SO:
I'm not sure they are related, but probably having *.{h,m} will be more straightforward. I can see Info.plist in the pod folder.
I release a new version 2.2.1
, but I already seen your bug with others libraries without finding a good reason. It seems to happen on projet where I manage multiple targets with a target depending of another target (I have an app and a core lib). The only solution I have found is to clear the projet and recompile.
Thank you! Yes, that's exactly the scenario you're describing, I cannot find a good solution too.
Hi there,
Is that line of the podspec correct?
s.source_files = 'JTCalendar/**/*'
It includes everything including Info.plist.Should it be
s.source_files = 'JTCalendar/**/*.{h,m}'
?