paulw11 / Seam3

Cloudkit based persistent store for Core Data
Other
209 stars 25 forks source link

CFBundleVersion is empty #99

Closed lvandal closed 5 years ago

lvandal commented 5 years ago

The CFBundleVersion parameter in Info.plist is empty, which the App Store complains about. I was able to workaround the issue by setting a value via plistbuddy but it seems like $(CURRENT_PROJECT_VERSION) is not defined.

bcye commented 5 years ago

Do you mean it is not defined in the xcconfig?

I can't replicate your issue.

paulw11 commented 5 years ago

I can't reproduce this either. It sounds to me like a Pod integration problem.

lvandal commented 5 years ago

I'm not using CocoaPods, I'm using Carthage.

jbuckner commented 5 years ago

I'm also seeing this with Carthage.

paulw11 commented 5 years ago

Yes, it is a Carthage issue. I have seen other projects that include a ruby file to fix this when used with Carthage. I am hesitant to simply replace the variable with a fixed value as it will create another point of maintenance.