Code Monkey home page Code Monkey logo

Comments (12)

chirag225 avatar chirag225 commented on May 27, 2024

Same here URLEmbeddedView/URLEmbeddedView-Swift.h. not found Please help

from urlembeddedview.

marty-suzuki avatar marty-suzuki commented on May 27, 2024

@guntidheerajkumar Sorry for late replying.
@chirag225 Hi!

Please install URLEmbeddedView via CocoaPods.
URLEmbeddedView-Swift.h dose not generate until you build project first time.
Thank you.

from urlembeddedview.

chirag225 avatar chirag225 commented on May 27, 2024

I Added URLEmbeddedView via CocoaPods and build project but not finding URLEmbeddedView-Swift.h . Where should i find this file

from urlembeddedview.

marty-suzuki avatar marty-suzuki commented on May 27, 2024

URLEmbeddedView-Swift.h is automatically generated by Xcode when project builds.
Therefore, it dose not exist if project building fails.

from urlembeddedview.

guntidheerajkumar avatar guntidheerajkumar commented on May 27, 2024

Thank you so much.

from urlembeddedview.

marty-suzuki avatar marty-suzuki commented on May 27, 2024

@chirag225 @guntidheerajkumar
I've fix some issue.
Please write Podfile like this and try it!

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Your Project Name' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
   use_frameworks!

  # Pods for Your Project Name
  pod 'URLEmbeddedView'
end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |configuration|
      configuration.build_settings['SWIFT_VERSION'] = "3.0"
    end
  end
end

from urlembeddedview.

chirag225 avatar chirag225 commented on May 27, 2024

I am getting Swift Compiler Error(147 Error) from CryptoSwift files

from urlembeddedview.

marty-suzuki avatar marty-suzuki commented on May 27, 2024

@chirag225
What swift version do you use in your project? objc only?

from urlembeddedview.

chirag225 avatar chirag225 commented on May 27, 2024

i use only Objective c and xcode 8.2.1 , I already use some swift file using pods

from urlembeddedview.

marty-suzuki avatar marty-suzuki commented on May 27, 2024

What swift version do other swift frameworks in you project?
If those use swift2.3, you have to use URLEmbededView 0.5.0

from urlembeddedview.

chirag225 avatar chirag225 commented on May 27, 2024

i am using all swift3.0 file

from urlembeddedview.

Chirag89-JackSparrow avatar Chirag89-JackSparrow commented on May 27, 2024

Hello @marty-suzuki
screen shot 2018-08-11 at 3 37 22 pm
screen shot 2018-08-11 at 3 38 23 pm

I have project in Objective c and I facing same problem as @chirag225
I try your suggestion as follows but not work.

# Uncomment the next line to define a global platform for your project
 platform :ios, '9.0'

target 'ProjectName' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!

  # Pods for ProjectName
   
    pod 'URLEmbeddedView', '~> 0.16'

#    pod 'PhotoEditorSDK'
end
post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |configuration|
            configuration.build_settings['SWIFT_VERSION'] = "3.0"
        end
    end
end

Give me 28 Errors from your project.

from urlembeddedview.

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.