ios - Why Pods.framework has to be optional? And why does that work? -
i have project in swift has dependencies managed cocoapods. @ given point in time decided change pods.framework
link status required, instead of optional.
running configuration works fine on simulator, if try run on iphone, following crash @ startup:
dyld: library not loaded: @rpath/pods.framework/pods referenced from: /private/var/mobile/containers/bundle/application/... reason: image not found
now if change optional, works fine. have found solution on github. still don't it, after reading apple's documentation.
why work this?
Comments
Post a Comment