我正在使用command生成的框架pod lib create。
我想创建一个依赖其它两个荚荚:PromiseKit和AWSS3。然后,我更改Podfile:
use_frameworks!
target 'ruawss3_Example' do
pod 'ruawss3', :path => '../'
pod 'AWSS3'
pod 'PromiseKit', '~> 4.0'
target 'ruawss3_Tests' do
inherit! :search_paths
pod 'Quick'
pod 'Nimble'
pod 'FBSnapshotTestCase'
pod 'Nimble-Snapshots'
end
end
Run Code Online (Sandbox Code Playgroud)
并使用pod install:
? Example git:(master) ? pod install
Analyzing dependencies
Fetching podspec for `ruawss3` from `../`
Downloading dependencies
Using AWSCore (2.4.16)
Using AWSS3 (2.4.16)
Using FBSnapshotTestCase (2.1.4)
Using Nimble (5.1.1)
Using Nimble-Snapshots (4.4.0)
Using PromiseKit (4.1.0)
Using Quick (1.0.0)
Using ruawss3 (0.1.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 7 dependencies from the Podfile and 8 total pods installed.
? Example git:(master) ? pwd
/Users/brunomacabeusaquino/ApenasMeu/Dropbox (BEPiD)/Swift/ruawss3/Example
Run Code Online (Sandbox Code Playgroud)
但是,我无法在Pods>开发Pod> ruawss3> ruawss3>类> AmazonS3.swift中编译文件。Xcode找不到模块“ AWSCore”。如何解决?
| 归档时间: |
|
| 查看次数: |
1705 次 |
| 最近记录: |