Giter Site home page Giter Site logo

Comments (7)

InderKumarRathore avatar InderKumarRathore commented on July 25, 2024

It's working, can you take the pod in new project and see. I have tested this on a new project and it was working. I'm using xcode 7.1.1

from deviceutil.

rokgregoric avatar rokgregoric commented on July 25, 2024

Will try to create a test app that shows the problem.

from deviceutil.

rokgregoric avatar rokgregoric commented on July 25, 2024

OK .. here it is: https://dl.dropboxusercontent.com/u/3547246/DeviceUtilPlist.zip super simple to recreate. Just created a Podfile with:

use_frameworks!
pod 'DeviceUtil'

and added:

import DeviceUtil
...
print("hardwareDescription: \(DeviceUtil.hardwareDescription())")

to the AppDelegate.swift .. and BOOM.

from deviceutil.

InderKumarRathore avatar InderKumarRathore commented on July 25, 2024

I saw your pod file and it's missing target,
Please use pod init command to create a pod file
and the add pod 'DeviceUtil', '~> 1.3' to your target
then pod install
here is the zip : https://www.dropbox.com/s/yb15g7x60fisam9/DUTest.zip?dl=1

from deviceutil.

rokgregoric avatar rokgregoric commented on July 25, 2024

AFAIK the target is not required .. check out the sample here: https://guides.cocoapods.org/syntax/podfile.html

from deviceutil.

InderKumarRathore avatar InderKumarRathore commented on July 25, 2024

Is it coming on simulator because I'm not getting this error
using pod 0.39.0 ad xcode 7.1.1

even if I use simple pod file like this

# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!

pod 'DeviceUtil', '~> 1.3'


#target 'DUTest' do

#end

from deviceutil.

InderKumarRathore avatar InderKumarRathore commented on July 25, 2024

Fixed in issed #33

from deviceutil.

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.