Post

Replies

Boosts

Views

Activity

Reply to Scheme is not currently configured for the build action.
I had exactly same problem. For me the issue lied in "ci_post_clone.sh" CocoaPods installation step. Cocoapods installation was done through bundler and worked fine for a long time. ... gem install bundler --install-dir $GEM_HOME bundle install bundle exec pod install ... For some reason this doesn't work for Xcode Cloud setup (Xcode 15RC + Mac OS 13.5.2), but worked well for Xcode Cloud setup (Xcode 14.3.1 + Mac OS 13.4.1). The error says : xcodebuild: error: Scheme [SchemeName] is not currently configured for the build action. But also in the logs I found the following An error occurred while installing json (2.6.3), and Bundler cannot continue. So my Pods were not installed, that was the root cause of getting that error. So if you experience the same - double check that your Pods are installed successfully.
Sep ’23
Reply to Scheme is not currently configured for the build action.
I had exactly same problem. For me the issue lied in "ci_post_clone.sh" CocoaPods installation step. Cocoapods installation was done through bundler and worked fine for a long time. ... gem install bundler --install-dir $GEM_HOME bundle install bundle exec pod install ... For some reason this doesn't work for Xcode Cloud setup (Xcode 15RC + Mac OS 13.5.2), but worked well for Xcode Cloud setup (Xcode 14.3.1 + Mac OS 13.4.1). The error says : xcodebuild: error: Scheme [SchemeName] is not currently configured for the build action. But also in the logs I found the following An error occurred while installing json (2.6.3), and Bundler cannot continue. So my Pods were not installed, that was the root cause of getting that error. So if you experience the same - double check that your Pods are installed successfully.
Replies
Boosts
Views
Activity
Sep ’23
Reply to getTimeline called twice on load
Same here in 2023
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to XCode15 debugger is working really slow with iOS 17.0.2
Same here, please fix this ASAP, it steels half of my working day!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to "Invalid Bundle. The bundle <bundle name> does not support the minimum OS Version specified in the Info.plist"
Thanks to the Xcode 15.3 update build flow is ruined again. Have to spent time fixing a new "improvement". Use Xcode 15.2 as a temporary fix.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24