-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftyUserDefaults.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion. #173
Comments
Hey @gabors, thanks for the heads-up! Is this a warning or an error? |
No worries and thank you for an excellent framework. This is an error, sometimes it gets caught by the Application loader, and once upload to ASC worked but the processing on Apple side failed and the email with the message above arrived. |
Okay, thanks! If you want to poke around and see if you can fix it and make a PR - it would be awesome. If not, I will take a look at it tomorrow, so no worries. |
@gabors I've merged this one into the master, gonna release 4.0.0-alpha.3 in a sec as well. Please let me know once you try it out! |
@sunshinejr Thanks very much, I'll try to build/upload to TestFlight and report back! |
@sunshinejr I've tried a few TestFlight / AppStoreConnect uploads using Unfortunately the apps failed processing:
|
@gabors okay that’s a different one then. Are you sure you did setup the framework correcty? If you use Carthage, you might’ve skipped adding the input/output to your build phase maybe? |
Yeah I’m using Carthage but the integration works fine with the prior version of this framework. |
Okay then. Could you please try this branch and see if it makes a difference? |
@gabors I've played with @rpath and updated it to support macOS/iOS better. After archiving it seems that the path for linker is correctly resolved so if you'd have a chance to use fix/carthage_linking branch it would be awesome. |
Alright, released version 4.0.0-beta.2 with regenerated project that should fix the linking issue now. Let me know once you'll have some time to test it out @gabors. |
Hi guys
Tried the latest release, commit github "radex/SwiftyUserDefaults" "f7878b0ae7b39dee85df6cf60b4d361af327e654", integrated via Carthage
Getting this when uploading to AppStoreConnect, just FYI
This bundle Payload/<myapp>.app/Frameworks/SwiftyUserDefaults.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion.
The text was updated successfully, but these errors were encountered: