-
Notifications
You must be signed in to change notification settings - Fork 91
Update dependency Result to non-beta version #30
Conversation
Sorry about that @mrdavey - hadn't noticed that Result was finally out of beta - will fix it very now. |
How funny. I just ran into this exact same problem myself and was coming here to file an issue on it. 😸 Thank you for the speedy turnaround, @danthorpe |
@hsoi - yeah, just sorting out a bitcode / watchOS / Carthage / Xcode 7.2 situation.... should be sorted very soon. |
Thank you @danthorpe ! |
No worries @danthorpe ! I'm taking @mrdavey 's same approach and just hacking the Info.plist of Result so I can build and submit (gotta get it submitted this morning). But to have this properly sorted out will be good for post-release 👍 Thanx again! |
Current coverage is
|
Update dependency Result to non-beta version
Pushed |
@danthorpe thank you! Got it updated and things seem good. Yup. Just submitted an app using Money ScoreSense Scores To Go, the 2.0 version will be using it. Helped me with some parsing and display stuff. 👍 Thanx for it! |
In this file: https://github.com/danthorpe/Money/blob/development/Money.podspec, it shows a dependency:
The beta version number causes a CFBundleVersion error when uploading to iTunes, as per this Stackoverflow thread: http://stackoverflow.com/a/33375436/4769084
My interim solution was to manually update the info.plist file of the pod, however using a non-beta dependency would probably be better.