pod install
Install all pod dependencies correctly.
Using `ARCHS` setting to build architectures of target `Pods-Sample`: (``)
Using `ARCHS` setting to build architectures of target `Pods-SampleTests`: (``)
Using `ARCHS` setting to build architectures of target `Pods-SampleUITests`:(``)
CocoaPods : 1.1.1
Ruby : ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]
RubyGems : 2.0.14.1
Host : Mac OS X 10.12.4 (16E195)
Xcode : 8.3.1 (8E1000a)
Git : git version 2.11.0 (Apple Git-81)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 2c9ec48f6959b5c92f6aed46e1c8fa47055e98fd
Executable Path: /usr/local/Cellar/cocoapods/1.1.1/libexec/bin/pod
cocoapods-deintegrate : 1.0.1
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.0
cocoapods-stats : 1.0.0
cocoapods-trunk : 1.1.2
cocoapods-try : 1.1.0
platform :ios, '8.0'
target 'Sample' do
# use_frameworks!
>omitted
# Pods for Sample
target 'SampleTests' do
inherit! :search_paths
# Pods for testing
end
target 'SampleUITests' do
inherit! :search_paths
# Pods for testing
end
end
## My question
These three target are generated by cocoapods! How to fix this issue?
```
Why was this closed?
some problem
I have a similar problem:
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods-App`: (``)
Most helpful comment
Why was this closed?