KeyChain integration causing crash with “missing entitlement” error — via command line builds

后端 未结 3 1528
你的背包
你的背包 2021-01-15 05:09

I\'m having a problem with some KeyChain code causing archives created via xcodebuild to crash when distributed as ad-hoc apps and run on a device. The problem

3条回答
  •  时光取名叫无心
    2021-01-15 05:39

    After long work, i've found a solution to this issue and modified the floatsign.sh script (https://gist.github.com/mediabounds/1367348) accordingly - the entitlements have to be update like @sglist said. You can find the implementation here: https://gist.github.com/Weptun/5406993

提交回复
热议问题