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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -