For using extensions (watch extension, today extension) with Cocoapods (v1.0)
ERROR ITMS-90206
Build Settings -> Embedded Content Contains Swift Code -> "NO"
Build Phases -> Embed Pod Frameworks -> X (Delete this)
Build Phases -> + (add Run Script) -> add below script
cd "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/"
if [[ -d "Frameworks" ]]; then
rm -fr Frameworks
fi"
반응형
'iPhone' 카테고리의 다른 글
iOS10 firebase crashlytics showing NSInternalInconsistencyException (0) | 2020.06.09 |
---|---|
AWS SNS iOS push certificate (0) | 2016.07.28 |
관심사 (0) | 2015.06.13 |
AppDelegate UIViewController Transition Animation (0) | 2015.05.22 |
Xcode plugin (0) | 2015.04.13 |