shopapp-ios icon indicating copy to clipboard operation
shopapp-ios copied to clipboard

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

Open MuraliV1983 opened this issue 5 years ago • 0 comments

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?

MuraliV1983 avatar Oct 27 '20 06:10 MuraliV1983