Code Monkey home page Code Monkey logo

Comments (5)

jugutier avatar jugutier commented on June 11, 2024

Do you know if the pod you added in your podfile actually supports that architecture? could you upload an example Podfile you used?

from rome.

TomasLinhart avatar TomasLinhart commented on June 11, 2024

Sure, this is my Podfile:

platform :ios, '9.0'

plugin 'cocoapods-rome', { 
    :pre_compile => Proc.new { |installer|
        installer.pods_project.targets.each do |target|
            target.build_configurations.each do |config|
                config.build_settings['SWIFT_VERSION'] = '4.1'
            end
        end

        installer.pods_project.save
    },
    dsym: false
}

target 'caesar' do
    pod 'Alamofire'
end

After that I run pod install and go to Rome and run lipo -info Alamofire.framework/Alamofire and it prints only Architectures in the fat file: Alamofire.framework/Alamofire are: armv7 arm64.

from rome.

KieranLafferty avatar KieranLafferty commented on June 11, 2024

I think it has something to do with the dsym: false option. Is this expected behavior? Is there any workaround to make sure that x86_64 is included with dsym: false? I actually need to use dsym: false since cocoapods crashes for me when installing react-native pod if I don't have that setting specified

from rome.

kushalpal17 avatar kushalpal17 commented on June 11, 2024

missing simulator architecture. Tested on Xcode 12

from rome.

kj800x avatar kj800x commented on June 11, 2024

I ran into this today too. It looks like #89 will fix it.

from rome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.