I have been trying to add a control widget to my app. Now I want to show some info on control widget that is received from push notification data. In the apple documentation, they have added a push notification handler, but the pushTokensDidChange method only has the information of the controls whose push tokens are changed. There is no information on where can I access the push notification data and how to use the push notification data to update the info being shown in the control widget.
Post
Replies
Boosts
Views
Activity
Hello Apple team,
We are facing a problem with creating a build via the Xcode cloud.
Error:
Run ci_post_clone.sh script
INSTALL DEPENDENCIES
Your RubyGems version (3.0.3.1) has a bug that prevents required_ruby_version from working for Bundler. Any scripts that use gem install bundler will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running gem update --system 3.2.3
Your Ruby version is 2.6.10, but your Gemfile specified ~> 2.7.0
INSTALL PODS
Your RubyGems version (3.0.3.1) has a bug that prevents required_ruby_version from working for Bundler. Any scripts that use gem install bundler will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running gem update --system 3.2.3
bundler: command not found: pod
Install missing gem executables with bundle install
Error
Command exited with non-zero exit-code: 127
Warning
The ci_post_clone.sh is executable but exited with 127 exit code. Make sure a valid shebang line is specified if the file is a script and that the interpreter specified in the shebang line is supported on Xcode Cloud.
HELP NEED
How I can set a specific ruby version to create a build in the Xcode cloud
I want to use Ruby version 3.2.2
Thanks in advance for great help!