Code Monkey home page Code Monkey logo

Comments (5)

ExoticObjects avatar ExoticObjects commented on June 11, 2024

So, Rome is actually creating the frameworks - they end up in a 'build' folder in the same directory as the Podfile. Framework compilation succeeds. Something goes wrong after that...

This is happening when compiling a large project, and I can't recreate it in a simpler test case. Do the error messages tell you anything meaningful? I'm not sure how to proceed.

from rome.

ExoticObjects avatar ExoticObjects commented on June 11, 2024

I was able to recreate this with a simple project and podspec.

Here's the project that contains the podfile: https://github.com/ExoticObjects/test_use_frameworks_2

and the local development pod that contains the podspec: https://github.com/ExoticObjects/test_pod_2

podspec:

Pod::Spec.new do |s| 

  s.name             = "test_pod_2"
  s.version          = "0.1.0"
  s.summary          = "A summary goes here" 
  s.description      = "Pod description. It's a pod"
  s.homepage         = "https://github.com/ExoticObjects/test_cocoapods_use_frameworks_2"
  s.license          = 'MIT'
  s.author           = { "Blah" => "[email protected]" }
  s.platform         = :ios, '9.0'
  s.source           = {:git => "https://github.com/ExoticObjects/test_cocoapods_use_frameworks_2.git"}
  s.requires_arc     = true
  s.source_files     = 'Pod/Classes/**/*'
  s.dependency 'STHTTPRequest', '1.0.2'
  s.dependency 'SDWebImage'
  s.dependency 'Socket.IO-Client-Swift', '5.3.1'
end

Podfile

platform :ios, '9.0'
use_frameworks!
plugin 'cocoapods-rome'

def common_pods_for_target
    pod 'test_pod_2', :path => '../test_pod_2'
end

target :test_use_frameworks_2 do
  common_pods_for_target
end

target :test_use_frameworks_2UITests do
  common_pods_for_target
end

from rome.

Pinwheelai avatar Pinwheelai commented on June 11, 2024

I am facing the same error for pod install. Any update on this ??

from rome.

endocrimes avatar endocrimes commented on June 11, 2024

@Pinwheelai could you please file a new issue with more details?

from rome.

jugutier avatar jugutier commented on June 11, 2024

Is this still an issue?

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.