Skip to content

File not found: ShopApp/Data/DI/DataAssembly.swift #208

@MuraliV1983

Description

@MuraliV1983

Iam using Xcode12.0
My Podfile:

Uncomment the next line to define a global platform for your project

platform :ios, '9.0'

target 'ShopApp' do

Comment the next line if you don't want to use dynamic frameworks

use_frameworks!

Pods for ShopApp

pod "ShopApp_Shopify", "> 1.0"
pod 'ShopApp_Gateway', '
> 1.0.5'

target 'ShopAppTests' do
inherit! :search_paths
# Pods for testing
end

target 'ShopAppUITests' do
# Pods for testing
end

end

installed successfully, but not able to find the below mentioned file "ShopApp/Data/DI/DataAssembly.swift."

Here's how to configure the Shopify provider. Add the following code:

container.register(API.self) { _ in
return ShopifyAPI(apiKey: "API KEY",
shopDomain: "SHOP DOMAIN",
adminApiKey: "ADMIN API KEY",
adminPassword: "ADMIN PASSWORD",
applePayMerchantId: "APPLE PAY MERCHANT ID")
}
.inObjectScope(.container)
to the file ShopApp/Data/DI/DataAssembly.swift.

any help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions