Post

Replies

Boosts

Views

Activity

Reply to Framework Not Found with xcode 12
As @hishak noted adding this to end of my pod file fixed the error: post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64 i386" end end end Ref: https://github.com/flutter/flutter/issues/94914#issuecomment-992898782
Mar ’22
Reply to Installation is slow on M1 machines
Same here, with Macbook M1 pro 14, MacOS 12.1 Monterey.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Framework Not Found with xcode 12
As @hishak noted adding this to end of my pod file fixed the error: post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64 i386" end end end Ref: https://github.com/flutter/flutter/issues/94914#issuecomment-992898782
Replies
Boosts
Views
Activity
Mar ’22
Reply to Generate App Specific Shared Secret
You can find it under subscriptions.
Replies
Boosts
Views
Activity
Jul ’22