Post

Replies

Boosts

Views

Activity

Reply to iOS 17 - default notification tone
I have updated to 17.1.2 and it’s still not fixed
Replies
Boosts
Views
Activity
Dec ’23
Reply to After upgrading to Xcode 14.3, build fails to link libarclite_iphoneos.a
Here is the fixed of above code version post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' end end end
Replies
Boosts
Views
Activity
Jul ’23
Reply to After upgrading to Xcode 14.3, build fails to link libarclite_iphoneos.a
I have the same problem, can't figure it out the proper solution.. Thanks apple again for breaking stuff and letting devs suffer
Replies
Boosts
Views
Activity
Jul ’23
Reply to Missing elements in the collection view on iPhone 14 Pro Max with iOS 16.4
Have anyone tested this on latest iOS 16.5 betas?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Missing elements in the collection view on iPhone 14 Pro Max with iOS 16.4
will this issue be fixed in next iOS update? Please hire more QA, such bugs are not acceptable.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Missing elements in the collection view on iPhone 14 Pro Max with iOS 16.4
i have same problem with my app, some of the photos in collection view is missing, by debugging i saw that somehow index gets skipped iOS 16.4.1 iPhone 13 PRO
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Xcode Cloud failed to install brew?
same here, i tried adding /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" but still getting error that admin password is needed for sudo
Replies
Boosts
Views
Activity
Mar ’22