Study/Error
pod install 후 Xcode에서 발생하는 에러로 추정.. Solution https://stackoverflow.com/questions/75574268/missing-file-libarclite-iphoneos-a-xcode-14-3 Missing file libarclite_iphoneos.a (Xcode 14.3) After installing Xcode 14.3 in order to run my app on my iOS 16.3 iPhone XS. I get the following error: File not found: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault. stackoverflow.com
Archive Distribution에서 발생 1. Invalid Bundle contains disallowed nested bundles 2. Invalid Bundle contains disallowed file ‘Frameworks’ -> App Extension Target - [Build Phaes] - [Run Script] cd "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/" if [[ -d "Frameworks" ]]; then rm -fr Frameworks fi 출처 : https://stackoverflow.com/questions/25777958/validation-error-invalid-bundle-the-..
→ Bundle Identifier 수정