You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is working in XCode - 12.4 not working in XCode - 13. It's giving like error, Please check it below.
Multiple commands produce '/Users/company/Library/Developer/Xcode/DerivedData/My-esrwjowomlswatbgfwnunkkehaac/Build/Products/UAT Debug-iphonesimulator/MyApp.app/Frameworks/FMDB.framework':
1) Target ‘My’ target has copy command from '/Users/company/Library/Developer/Xcode/DerivedData/My-esrwjowomlswatbgfwnunkkehaac/SourcePackages/checkouts/SharpsellCore/artifacts/FMDB.xcframework/ios-arm64_i386_x86_64-simulator/FMDB.framework' to '/Users/company/Library/Developer/Xcode/DerivedData/My-esrwjowomlswatbgfwnunkkehaac/Build/Products/UAT Debug-iphonesimulator/MyApp.app/Frameworks/FMDB.framework'
2) That command depends on command in Target 'My': script phase “[CP] Embed Pods Frameworks”
Check it below screenshot for [CP] Embed Pods Frameworks,
Check it below screenshot for the frameworks,
Check it below screenshot for the Pod file,
# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
# Comment the next line if you don't want to use dynamic frameworks
source "https://github.com/forcedotcom/SalesforceMobileSDK-iOS-Specs.git" # needs to be first
source "https://github.com/CocoaPods/Specs.git"
use_frameworks!
def common_pods
# Pods for SalesForceSDK
pod 'MobileSync'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'FirebaseAnalytics'
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.14.0'
pod 'Firebase/Analytics'
pod 'AppCenter/Distribute'
pod 'Alamofire', '~> 5.0.5'#, '~> 5.1.0'
end
target 'MyApp' do
common_pods
target 'MyAppTests' do
inherit! :search_paths
# Pods for testing
end
target 'MyAppUITests' do
inherit! :search_paths
# Pods for testing
end
end
May I know where am i missing?
Thanks in Advance 😊
The text was updated successfully, but these errors were encountered:
Hi,
It is working in XCode - 12.4 not working in XCode - 13. It's giving like error, Please check it below.
Check it below screenshot for [CP] Embed Pods Frameworks,
Check it below screenshot for the frameworks,
Check it below screenshot for the Pod file,
May I know where am i missing?
Thanks in Advance 😊
The text was updated successfully, but these errors were encountered: