iOS Build Failure Resolutions
- iOS build fails with error: "App" requires a provisioning profile. Select a provisioning profile in the Signing & Capabilities editor. (in target 'App' from project 'App')
- The version of CocoaPods used to generate the lockfile (X.X.X) is higher than the version of the current executable (X.X.X)
- Invalid application specific password provided
- iOS Builds fail with error "Seems to be a very old project file format - please open your project file in a more recent version of Xcode"
- iOS package build fails with fastlane error: "Couldn't find specified scheme"
- Code signing error when doing an Appflow Package iOS build with a Cordova project
- Package builds for iOS failing (Failed to fetch platform cordova-ios@^4.5.0)