lukaskubanek / OrderedDictionary

Ordered dictionary data structure implementation in Swift
MIT License
201 stars 63 forks source link

Archive issue #36

Closed callo90 closed 7 years ago

callo90 commented 7 years ago

Hey guys,

Im getting this error after archiving and submitted a new version using xcode 9

screen shot 2017-09-20 at 1 09 54 am

Framework plist

screen shot 2017-09-20 at 1 11 38 am

You might need your current version format and use only numbers instead

lukaskubanek commented 7 years ago

Hi @callo90, this is most likely the case. I didn't know that you have to use only three numeric components for the version in Info.plist. The solution would be to remove the beta suffix from the version identifier which I will do in the next beta version. As a workaround for now you might remove it manually. Please let me know if it worked for you.

callo90 commented 7 years ago

Working fine dude...thanks

callo90 commented 7 years ago

There's another issue which is affecting you guys, please see

https://github.com/Carthage/Carthage/issues/2056

callo90 commented 7 years ago

codeCoverageEnabled should be set as false, apple is invalidating builds

Invalid Bundle - Disallowed LLVM instrumentation. Do not submit apps with LLVM profiling instrumentation or coverage collection enabled. Turn off LLVM profiling or code coverage, rebuild your app and resubmit the app.

lukaskubanek commented 7 years ago

Both issues were fixed by your pull request #37. Thanks for your contribution. A new version follows in a few minutes.