Cocoapods: Using `ARCHS` setting to build architectures of target `Pods-Sample`: (``)

Created on 15 Apr 2017  路  3Comments  路  Source: CocoaPods/CocoaPods

Report

What did you do?

pod install

What did you expect to happen?

Install all pod dependencies correctly.

What happened instead?

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 Environment

Stack

   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

Installation Source

Executable Path: /usr/local/Cellar/cocoapods/1.1.1/libexec/bin/pod

Plugins

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

Podfile

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?
```

Most helpful comment

Why was this closed?

All 3 comments

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`: (``)
Was this page helpful?
0 / 5 - 0 ratings