Post

Replies

Boosts

Views

Activity

Reply to Warning: Error creating LLDB target at path. the specified architecture 'arm64-*-*' is not compatible with 'x86_64-apple-ios13.2.0-simulator'
Interesting addition, my Podfile specifies: platform :ios, '13.2' ... post_install do |pi| pi.pods_project.targets.each do |t|     t.build_configurations.each do |config|       config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'       config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.2'     end   end end Is the error from a framework that is not compatible with apple arm arm64?
Sep ’22
Reply to Warning: Error creating LLDB target at path. the specified architecture 'arm64-*-*' is not compatible with 'x86_64-apple-ios13.2.0-simulator'
Interesting addition, my Podfile specifies: platform :ios, '13.2' ... post_install do |pi| pi.pods_project.targets.each do |t|     t.build_configurations.each do |config|       config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'       config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.2'     end   end end Is the error from a framework that is not compatible with apple arm arm64?
Replies
Boosts
Views
Activity
Sep ’22
Reply to iOS 16 Beta Vertically Aligns Navigation Bar Title View Differently with Right Bar Items
@Rincewind Thanks! Pointing out that the latest RC of Xcode doesn't appear to have fixed it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to iOS 16 Beta Vertically Aligns Navigation Bar Title View Differently with Right Bar Items
@darkpaw - Yes, I see the same behavior in my app, after a push / pop, it's then aligned centered correctly. Bug! Just hope it's fixed before release so I don't have to hack this.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to iOS 16 Beta Vertically Aligns Navigation Bar Title View Differently with Right Bar Items
Additionally. The affected view controllers are the root view controller for navigation controller, that are in a tab bar controller.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22